Skip to content

Commit

Permalink
Use Capybara 1 since cukes fail with 2 :(
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed Dec 7, 2012
1 parent 83fd017 commit 239db29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ gemspec

# Uncomment this to use local copy of simplecov-html in development when checked out
# gem 'simplecov-html', :path => ::File.dirname(__FILE__) + '/../simplecov-html'

# Uncomment this to use development version of html formatter from github
# gem 'simplecov-html', :github => 'colszowka/simplecov-html'
3 changes: 2 additions & 1 deletion simplecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ Gem::Specification.new do |gem|

gem.add_dependency 'multi_json', '~> 1.0'
gem.add_dependency 'simplecov-html', '~> 0.7.1'

gem.add_development_dependency 'aruba'
gem.add_development_dependency 'capybara'
gem.add_development_dependency 'capybara', '~> 1.0'
gem.add_development_dependency 'appraisal'
gem.add_development_dependency 'cucumber', '>= 1.1.4'
gem.add_development_dependency 'rake'
Expand Down

0 comments on commit 239db29

Please sign in to comment.