Sha256: bb29ed610f50b900e0fe902fde34f6769ceaa01b62657aaacee943587179393f

Contents?: true

Size: 513 Bytes

Versions: 14

Compression:

Stored size: 513 Bytes

Contents

gem_group :test do
  gem 'cucumber-rails', :require => false # https://github.com/cucumber/cucumber-rails/issues/202
  gem 'capybara'
  gem 'database_cleaner'
end


after_bundler do
  rake "db:create"
  generate "cucumber:install --capybara#{' --rspec' if scrolls.include?('rspec')}#{' -D' unless scrolls.include?('activerecord')}"
end

__END__

name: Cucumber
description: "Use Cucumber for integration testing with Capybara."
author: mbleigh

exclusive: acceptance_testing 
category: testing
tags: [acceptance]

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
appscrolls-0.11.2 scrolls/cucumber.rb
appscrolls-0.11.1 scrolls/cucumber.rb
appscrolls-0.11.0 scrolls/cucumber.rb
appscrolls-0.10.1 scrolls/cucumber.rb
appscrolls-0.10.0 scrolls/cucumber.rb
appscrolls-0.9.0 scrolls/cucumber.rb
appscrolls-0.8.4 scrolls/cucumber.rb
appscrolls-0.8.3 scrolls/cucumber.rb
appscrolls-0.8.2 scrolls/cucumber.rb
appscrolls-0.8.1 scrolls/cucumber.rb
appscrolls-0.8.0 scrolls/cucumber.rb
appscrolls-0.7.1 scrolls/cucumber.rb
appscrolls-0.7.0 scrolls/cucumber.rb
eldarscrolls-0.7.0 scrolls/cucumber.rb