Skip to content

Commit

Permalink
Removed gem dependencies from rakefile for database cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Rogenius committed Nov 25, 2009
1 parent f70d31b commit 0077ea8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ $hoe = Hoe.spec 'capybara' do
['selenium-webdriver', '>= 0.0.3'],
['rack', '>= 1.0.0'],
['rack-test', '>= 0.5.2'],
['database_cleaner', '>= 0.2.3']
]

self.extra_dev_deps = [
['sinatra', '>= 0.9.4'],
['rspec', '>= 1.2.9']
Expand Down

0 comments on commit 0077ea8

Please sign in to comment.