mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Added rspec and sinatra as dev dependencies
This commit is contained in:
parent
56d5c2cd44
commit
228efad914
1 changed files with 5 additions and 0 deletions
5
Rakefile
5
Rakefile
|
@ -24,6 +24,11 @@ $hoe = Hoe.spec 'capybara' do
|
||||||
['rack-test', '>= 0.5.2'],
|
['rack-test', '>= 0.5.2'],
|
||||||
['database_cleaner', '>= 0.2.3']
|
['database_cleaner', '>= 0.2.3']
|
||||||
]
|
]
|
||||||
|
|
||||||
|
self.extra_dev_deps = [
|
||||||
|
['sinatra', '>= 0.9.4'],
|
||||||
|
['rspec', '>= 1.2.9']
|
||||||
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'newgem/tasks'
|
require 'newgem/tasks'
|
||||||
|
|
Loading…
Reference in a new issue