aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-06-16 10:36:36 +0100
committerGareth Rees <gareth@mysociety.org>2014-06-16 10:36:36 +0100
commit7bf6cbe307d3fd99680c084025240ed504e37297 (patch)
tree12a707bcd9fa87ff9871979957031db4873a13e4
parentd5812d4f687c1dbe5513fde85969eecb0a87a9b8 (diff)
Fix typo
Fixes typo in 6bd0bfe
-rw-r--r--spec/helpers/link_to_helper_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/helpers/link_to_helper_spec.rb b/spec/helpers/link_to_helper_spec.rb
index b11c35056..261e1ef3e 100644
--- a/spec/helpers/link_to_helper_spec.rb
+++ b/spec/helpers/link_to_helper_spec.rb
@@ -37,7 +37,7 @@ describe LinkToHelper do
incoming_message_url(@incoming_message).should include('#incoming-32')
end
- it 'includes does not cache by default' do
+ it 'does not cache by default' do
incoming_message_url(@incoming_message).should_not include('nocache=incoming-32')
end
@@ -75,7 +75,7 @@ describe LinkToHelper do
outgoing_message_url(@outgoing_message).should include('#outgoing-32')
end
- it 'includes does not cache by default' do
+ it 'does not cache by default' do
outgoing_message_url(@outgoing_message).should_not include('nocache=outgoing-32')
end