Class: Embryo::CapybaraGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Embryo::CapybaraGenerator
- Includes:
- GeneratorHelpers::Hidden
- Defined in:
- lib/generators/embryo/capybara.rb
Instance Method Summary collapse
Methods included from GeneratorHelpers::Hidden
Instance Method Details
#install ⇒ Object
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", end |