Created
August 26, 2011 19:31
-
-
Save coderberry/1174223 to your computer and use it in GitHub Desktop.
example testing
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
| # Add this to your test/test_helper.rb below `require 'test_help'` | |
| require 'minitest/autorun' | |
| # Change any tests you want to use the new syntax and filename | |
| lead_submissions_spec.rb | |
| # Example syntax for SPEC: | |
| require 'test_helper' | |
| describe LeadIntake::Core do | |
| it "should work" do | |
| proc { raise ArgumentError }.must_raise ArgumentError | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment