Created
June 28, 2010 19:18
-
-
Save santiago/456236 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# test_spec.rb | |
require '../../lib/math_testr' | |
include MathTestr | |
describe Test, "#create_test" do | |
it "creates a new test" do | |
test= Test::create_test(1,2,3,4,5) | |
test.should_not == nil | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NoMethodError in 'MathTestr::Test#create_test creates a new test'
undefined method `create_test' for MathTestr::Test:Module