Skip to content

Commit

Permalink
Database cleaner should be in the sample app Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagopradi committed Jul 10, 2013
1 parent 0e6405a commit ea3edbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sample_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ group :test do
gem 'launchy'
gem "rspec-rails"
gem "aruba"
gem "database_cleaner"
end
2 changes: 2 additions & 0 deletions sample_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ GEM
cucumber (>= 1.2.0)
nokogiri (>= 1.5.0)
rails (~> 3.0)
database_cleaner (1.0.1)
diff-lcs (1.2.4)
erubis (2.7.0)
ffi (1.9.0)
Expand Down Expand Up @@ -145,6 +146,7 @@ DEPENDENCIES
aruba
capybara
cucumber-rails
database_cleaner
launchy
pg
pry
Expand Down

0 comments on commit ea3edbf

Please sign in to comment.