Module: Fix

Defined in:
lib/fix.rb,
lib/fix/it.rb,
lib/fix/on.rb,
lib/fix/dsl.rb,
lib/fix/its.rb,
lib/fix/spec.rb,
lib/fix/test.rb,
lib/fix/subject.rb,
lib/fix/version.rb,
lib/fix/expectation.rb,
lib/fix/expectation_low.rb,
lib/fix/expectation_set.rb,
lib/fix/expectation_high.rb,
lib/fix/helper/it_helper.rb,
lib/fix/helper/on_helper.rb,
lib/fix/helper/its_helper.rb,
lib/fix/expectation_medium.rb,
lib/fix/helper/let_reader_helper.rb,
lib/fix/helper/let_writer_helper.rb,
lib/fix/helper/requirement_helper.rb,
lib/fix/helper/let_accessor_helper.rb

Overview

Namespace for the Fix framework.

Defined Under Namespace

Modules: DSL, Helper Classes: Expectation, ExpectationHigh, ExpectationLow, ExpectationMedium, ExpectationSet, It, Its, On, Spec, Subject, Test

Constant Summary collapse

VERSION =

Gem version

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