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 @@ -9,7 +9,7 @@ module Core
9
9
#
10
10
# This allows us to provide rich metadata about each individual
11
11
# example without adding tons of methods directly to the ExampleGroup
12
- # that users may inadvertantly redefine.
12
+ # that users may inadvertently redefine.
13
13
#
14
14
# Useful for configuring logging and/or taking some action based
15
15
# on the state of an example's metadata.
Original file line number Diff line number Diff line change @@ -796,7 +796,7 @@ def expect_pending_result(example)
796
796
end
797
797
798
798
describe "exposing the examples reporter" do
799
- it "returns a null reporter when the example hasnt run yet" do
799
+ it "returns a null reporter when the example has not run yet" do
800
800
example = RSpec . describe . example
801
801
expect ( example . reporter ) . to be RSpec ::Core ::NullReporter
802
802
end
You can’t perform that action at this time.
0 commit comments