Skip to content

Commit

Permalink
Fix minor spelling and grammar errors
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcutter committed Dec 30, 2015
1 parent 0451af0 commit e0b5572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rspec/core/example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Core
#
# This allows us to provide rich metadata about each individual
# example without adding tons of methods directly to the ExampleGroup
# that users may inadvertantly redefine.
# that users may inadvertently redefine.
#
# Useful for configuring logging and/or taking some action based
# on the state of an example's metadata.
Expand Down
2 changes: 1 addition & 1 deletion spec/rspec/core/example_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ def expect_pending_result(example)
end

describe "exposing the examples reporter" do
it "returns a null reporter when the example hasnt run yet" do
it "returns a null reporter when the example has not run yet" do
example = RSpec.describe.example
expect(example.reporter).to be RSpec::Core::NullReporter
end
Expand Down

0 comments on commit e0b5572

Please sign in to comment.