Skip to content

Commit

Permalink
Fix tests for #600
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed May 22, 2015
1 parent d92a44a commit cc48fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config/test_configurable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class TestConfigurable < ::Test::Unit::TestCase

test 'can configure bool values' do
b2a = ConfigurableSpec::Base2.new
assert_nothing_raised { b2a.configure({"flag1" => "true", "flag2" => "yes", "name1" => "t1", "name5" => "t5", "opt3" => "b"}) }
assert_nothing_raised { b2a.configure({"flag1" => "true", "flag2" => "yes", "name1" => "t1", "name5" => "t5", "opt3" => "a"}) }
assert_true(b2a.flag1)
assert_true(b2a.flag2)

Expand Down

0 comments on commit cc48fa9

Please sign in to comment.