Skip to content

Commit

Permalink
Modify test to illustrate issue deivid-rodriguez#223.
Browse files Browse the repository at this point in the history
  • Loading branch information
sethk committed Mar 23, 2016
1 parent 6642e57 commit c2a8bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_rc_file_commands_are_properly_run
with_setting :callstyle, 'short' do
with_new_file(File.expand_path('.foorc'), 'set callstyle long') do
with_init_file('.foorc') do
with_command_line('bin/byebug', '--rc', example_path) do
with_command_line('bin/byebug', example_path) do
non_stop_runner.run

assert_equal 'long', Setting[:callstyle]
Expand Down

0 comments on commit c2a8bf8

Please sign in to comment.