Skip to content

Commit

Permalink
hardcoded 80 is used when app.unix? is false. Ruby r32642 by naruse
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Jul 23, 2011
1 parent 526c595 commit 13d9ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rake_task_argument_parsing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def @app.dynamic_width_tput() 1236 end
end

def test_terminal_width_using_hardcoded_80
def @app.unix?() true end
def @app.unix?() false end

assert_equal 80, @app.terminal_width
end
Expand Down

0 comments on commit 13d9ef6

Please sign in to comment.