Module: FIXSpec::Matchers

Defined in:
lib/fix_spec/matchers.rb,
lib/fix_spec/matchers/be_fix_eql.rb,
lib/fix_spec/matchers/have_fix_path.rb

Defined Under Namespace

Classes: BeFIXEql, HaveFIXPath

Instance Method Summary collapse

Instance Method Details

#be_fix_eql(expected = nil) ⇒ Object



6
7
8
# File 'lib/fix_spec/matchers.rb', line 6

def be_fix_eql(expected=nil)
  FIXSpec::Matchers::BeFIXEql.new(expected)
end

#have_fix_path(path) ⇒ Object



10
11
12
# File 'lib/fix_spec/matchers.rb', line 10

def have_fix_path(path)
  FIXSpec::Matchers::HaveFIXPath.new(path)
end