Skip to content

Commit 459909c

Browse files
committed
Merge branch 'master' of https://github.com/rspec/rspec-rails
2 parents 081276e + 70e9f7a commit 459909c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

features/controller_specs/controller_spec.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ Feature: controller spec
7777
end
7878
"""
7979
When I run `rspec spec`
80-
Then the example should pass
80+
Then the example should pass

features/feature_specs/feature_spec.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ Feature: Feature spec
6666
end
6767
"""
6868
When I run `rspec spec/features/widget_management_spec.rb`
69-
Then the example should pass
69+
Then the example should pass

features/request_specs/request_spec.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ Feature: request spec
9191
end
9292
"""
9393
When I run `rspec spec/requests/widget_management_spec.rb`
94-
Then the example should pass
94+
Then the example should pass

0 commit comments

Comments
 (0)