mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Installs database cleaner
- preparation for feature tests with capybara see: http://devblog.avdi.org/2012/08/31/configuring-database_cleaner-with-rails-rspec-capybara-and-selenium/
This commit is contained in:
parent
546977fc02
commit
8aa68fb84a
5 changed files with 33 additions and 7 deletions
|
|
@ -81,6 +81,7 @@ GEM
|
|||
thor
|
||||
d3_rails (3.4.6)
|
||||
railties (>= 3.1.0)
|
||||
database_cleaner (1.2.0)
|
||||
devise (3.2.4)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
|
|
@ -305,6 +306,7 @@ DEPENDENCIES
|
|||
cocoon
|
||||
coveralls
|
||||
d3_rails
|
||||
database_cleaner
|
||||
devise
|
||||
factory_girl_rails
|
||||
formtastic (~> 2.3.0.rc3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue