aboutsummaryrefslogtreecommitdiffstats
path: root/spec/mspec/spec/expectations/should.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/expectations/should.rb
parente672494cd737b8fea3a186aeb5c2c17d1a18cb96 (diff)
downloadruby-e68999c82c4863d33a6f893661fba1b7538c5671.tar.gz
Fixed misspellings
Fixed misspellings reported at [Bug #16437], for default gems.
Diffstat (limited to 'spec/mspec/spec/expectations/should.rb')
-rw-r--r--spec/mspec/spec/expectations/should.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mspec/spec/expectations/should.rb b/spec/mspec/spec/expectations/should.rb
index 24b1cf2bf8..48503b1631 100644
--- a/spec/mspec/spec/expectations/should.rb
+++ b/spec/mspec/spec/expectations/should.rb
@@ -41,7 +41,7 @@ describe "MSpec expectation method #should" do
:sym.should be_kind_of(Symbol)
end
- it "causes a failue to be recorded" do
+ it "causes a failure to be recorded" do
1.should == 2
end