Skip to content

Commit

Permalink
added shoulda-matchers gem to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lhm committed Apr 18, 2012
1 parent 3015d69 commit 6587a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ group :test do
gem "turn"
gem "minitest"
gem "shoulda-context"
gem "factory_girl"
gem "shoulda-matchers"
gem "factory_girl", "~> 2.2.0"
gem "database_cleaner"
gem "activesupport", :require => "active_support/testing/assertions"
end
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GEM
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
shoulda-matchers (1.0.0)
sqlite3 (1.3.5)
tilt (1.3.3)
turn (0.8.3)
Expand All @@ -62,6 +62,7 @@ DEPENDENCIES
rake
shotgun
shoulda-context
shoulda-matchers
sinatra
sqlite3
turn

0 comments on commit 6587a56

Please sign in to comment.