mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Removed gem dependencies from rakefile for database cleaner
This commit is contained in:
parent
f70d31ba61
commit
0077ea8fa6
1 changed files with 1 additions and 2 deletions
1
Rakefile
1
Rakefile
|
@ -22,7 +22,6 @@ $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 = [
|
||||
|
|
Loading…
Reference in a new issue