Method: FIXSpec::Matchers#have_fix_path
- Defined in:
- lib/fix_spec/matchers.rb
#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 |
10 11 12 |
# File 'lib/fix_spec/matchers.rb', line 10 def have_fix_path(path) FIXSpec::Matchers::HaveFIXPath.new(path) end |