Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 311 Bytes

File metadata and controls

17 lines (10 loc) · 311 Bytes

README

Ruby on Rails 7.0.8.4 Dollhouse with Cucumber integration

Ruby Version

  • N/A

System Dependencies

  • N/A

Configuration

  1. Add gem 'cucumber-rails', require: false to your Gemfile in the group ::test block
  2. Run bundle install
  3. Run bundle exec rails generate cucumber:install