Skip to content

Commit

Permalink
Added requirement for thoughtbot-shoulda >=2.0.0 in test_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Jan 8, 2009
1 parent 8e33e61 commit 69a60e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Expand Up @@ -5,6 +5,7 @@
require 'test/unit'
require 'activerecord'
require 'factory_girl'
gem 'thoughtbot-shoulda', ">= 2.0.0"
require 'shoulda'
require 'mocha'
require 'models'

0 comments on commit 69a60e1

Please sign in to comment.