Revert "Updated with Rubinius Support"

This reverts commit 3ce23a8ee0.
This commit is contained in:
Marc Peabody
2011-01-12 15:37:38 -05:00
parent b7c27f5b01
commit 670101783b
4 changed files with 16 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ class AboutMethods < EdgeCase::Koan
my_global_method
end
#--
pattern = "wrong (number|#) of arguments|given \\d+, expected \\d+"
pattern = "wrong (number|#) of arguments"
#++
assert_match(/#{__(pattern)}/, exception.message)