default: --format 'progress' --require features/support/env.rb --require features/step_definitions features --tags ~@requires-reloading wip: --format 'progress' --require features/support/env.rb --require features/step_definitions features --tags @wip:3 --wip features class-reloading: RAILS_ENV=cucumber_with_reloading --format 'progress' --require features/support/env.rb --require features/step_definitions features --tags @requires-reloading