test/integration/cli/command/suggest_test.rb in inch-0.5.0.rc11 vs test/integration/cli/command/suggest_test.rb in inch-0.5.0
- old
+ new
@@ -111,10 +111,10 @@
assert err.empty?, 'there should be no errors'
end
it 'should run on elixir codebase with --read-from-dump' do
out, err = capture_io do
- Dir.chdir fixture_path(:elixir, :simple)
+ Dir.chdir fixture_path(:elixir, :inch_test)
@command.run('--language=elixir', '--read-from-dump=all.json')
end
refute out.empty?, 'there should be some output'
assert err.empty?, 'there should be no errors'
end