mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
add shoulda gem
This commit is contained in:
parent
65646e6fe8
commit
e99a516647
2 changed files with 8 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -48,6 +48,7 @@ end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'factory_girl_rails'
|
gem 'factory_girl_rails'
|
||||||
|
gem 'shoulda'
|
||||||
gem 'faker'
|
gem 'faker'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -165,6 +165,12 @@ GEM
|
||||||
sdoc (0.4.1)
|
sdoc (0.4.1)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
rdoc (~> 4.0)
|
rdoc (~> 4.0)
|
||||||
|
shoulda (3.5.0)
|
||||||
|
shoulda-context (~> 1.0, >= 1.0.1)
|
||||||
|
shoulda-matchers (>= 1.4.1, < 3.0)
|
||||||
|
shoulda-context (1.2.1)
|
||||||
|
shoulda-matchers (2.8.0)
|
||||||
|
activesupport (>= 3.0.0)
|
||||||
slim (3.0.3)
|
slim (3.0.3)
|
||||||
temple (~> 0.7.3)
|
temple (~> 0.7.3)
|
||||||
tilt (>= 1.3.3, < 2.1)
|
tilt (>= 1.3.3, < 2.1)
|
||||||
|
@ -221,6 +227,7 @@ DEPENDENCIES
|
||||||
rails-i18n
|
rails-i18n
|
||||||
sass-rails
|
sass-rails
|
||||||
sdoc (~> 0.4.0)
|
sdoc (~> 0.4.0)
|
||||||
|
shoulda
|
||||||
slim-rails
|
slim-rails
|
||||||
spring
|
spring
|
||||||
sqlite3
|
sqlite3
|
||||||
|
|
Loading…
Reference in a new issue