aboutsummaryrefslogtreecommitdiffstats
path: root/spec/mspec/spec/expectations/should_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/mspec/spec/expectations/should_spec.rb')
-rw-r--r--spec/mspec/spec/expectations/should_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mspec/spec/expectations/should_spec.rb b/spec/mspec/spec/expectations/should_spec.rb
index 2c896f1c3b..b8bda8f86f 100644
--- a/spec/mspec/spec/expectations/should_spec.rb
+++ b/spec/mspec/spec/expectations/should_spec.rb
@@ -13,7 +13,7 @@ describe "MSpec" do
it "records failures" do
@out.should include <<-EOS
1)
-MSpec expectation method #should causes a failue to be recorded FAILED
+MSpec expectation method #should causes a failure to be recorded FAILED
Expected 1 == 2
to be truthy but was false
EOS