File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1953,7 +1953,7 @@ expect { my_app.print_report }.to output('Hello World').to_stdout
1953
1953
Checks that spec file paths are consistent and well-formed.
1954
1954
1955
1955
By default, this checks that spec file paths are consistent with the
1956
- test subject and and enforces that it reflects the described
1956
+ test subject and enforces that it reflects the described
1957
1957
class/module and its optionally called out method.
1958
1958
1959
1959
With the configuration option `IgnoreMethods` the called out method will
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module RSpec
6
6
# Checks that spec file paths are consistent and well-formed.
7
7
#
8
8
# By default, this checks that spec file paths are consistent with the
9
- # test subject and and enforces that it reflects the described
9
+ # test subject and enforces that it reflects the described
10
10
# class/module and its optionally called out method.
11
11
#
12
12
# With the configuration option `IgnoreMethods` the called out method will
You can’t perform that action at this time.
0 commit comments