Skip to content

Commit 915e2c3

Browse files
author
Sam Phippen
committed
Review tweaks
1 parent f53ee46 commit 915e2c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require 'cucumber/rake/task'
1313

1414
def rails_template_command
1515
require "rails"
16-
if Rails.version.to_f >= 5.1
16+
if Rails.version.to_f >= 5.0
1717
"app:template"
1818
else
1919
"rails:template"

features/request_specs/request_spec.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ Feature: request spec
8686
When I run `rspec spec/requests/widget_management_spec.rb`
8787
Then the example should pass
8888

89-
9089
@unsupported-on-rails-3-0 @rails_pre_5
9190
Scenario: requesting a JSON response
9291
Given a file named "spec/requests/widget_management_spec.rb" with:

0 commit comments

Comments
 (0)