Class: Embryo::CapybaraGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
GeneratorHelpers::Hidden
Defined in:
lib/generators/embryo/capybara.rb

Instance Method Summary collapse

Methods included from GeneratorHelpers::Hidden

included, namespaces

Instance Method Details

#installObject



7
8
9
10
11
# File 'lib/generators/embryo/capybara.rb', line 7

def install
  gem "capybara", "~> 2.0", group: :test
  gem "launchy", "~> 2.0", group: :test
  create_file "spec/support/capybara.rb", capybara_helper_data
end