Module: Spectus Private

Defined in:
lib/spectus.rb,
lib/spectus/dsl.rb,
lib/spectus/matcher.rb,
lib/spectus/version.rb,
lib/spectus/matcher/eql.rb,
lib/spectus/matcher/equal.rb,
lib/spectus/matcher/match.rb,
lib/spectus/expectation_target.rb,
lib/spectus/matcher/capture_stderr.rb,
lib/spectus/matcher/capture_stdout.rb,
lib/spectus/matcher/raise_exception.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Namespace for the Spectus library.

Defined Under Namespace

Modules: DSL, Matcher Classes: ExpectationTarget

Constant Summary collapse

VERSION =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Gem version

File.open(
  Pathname.new(__FILE__).join '..', '..', '..', 'VERSION.semver'
).read.chomp.to_sym