summaryrefslogtreecommitdiff
path: root/spec/mspec/spec/runner/formatters/dotted_spec.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-20 12:19:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-20 12:19:45 +0900
commite68999c82c4863d33a6f893661fba1b7538c5671 (patch)
tree97615ccb396e864cbabbfd539251c9e64c309d91 /spec/mspec/spec/runner/formatters/dotted_spec.rb
parente672494cd737b8fea3a186aeb5c2c17d1a18cb96 (diff)
Fixed misspellings
Fixed misspellings reported at [Bug #16437], for default gems.
Diffstat (limited to 'spec/mspec/spec/runner/formatters/dotted_spec.rb')
-rw-r--r--spec/mspec/spec/runner/formatters/dotted_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mspec/spec/runner/formatters/dotted_spec.rb b/spec/mspec/spec/runner/formatters/dotted_spec.rb
index 1e9b06f6e1..5af2ff55f8 100644
--- a/spec/mspec/spec/runner/formatters/dotted_spec.rb
+++ b/spec/mspec/spec/runner/formatters/dotted_spec.rb
@@ -91,7 +91,7 @@ describe DottedFormatter, "#exception" do
@formatter.exception?.should be_true
end
- it "addes the exception to the list of exceptions" do
+ it "adds the exception to the list of exceptions" do
@formatter.exceptions.should == []
@formatter.exception @error
@formatter.exception @failure