Method: Typingpool::Test::Script#tp_collect_with_fixture

Defined in:
lib/typingpool/test/script.rb

#tp_collect_with_fixture(dir, fixture_path) ⇒ Object



162
163
164
165
166
167
# File 'lib/typingpool/test/script.rb', line 162

def tp_collect_with_fixture(dir, fixture_path)
  call_tp_collect(
                  fixture_path,
                  '--config', config_path(dir)
                  )
end