aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/views/request/_describe_state.rhtml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/request/_describe_state.rhtml_spec.rb b/spec/views/request/_describe_state.rhtml_spec.rb
index 41b308d75..88dea53c5 100644
--- a/spec/views/request/_describe_state.rhtml_spec.rb
+++ b/spec/views/request/_describe_state.rhtml_spec.rb
@@ -60,7 +60,7 @@ describe 'when showing the form for describing the state of a request' do
it 'should show the form for someone else to classify the request' do
do_render
- response.should have_selector('h2', :content => /We need your help/)
+ response.should have_selector('h2', :content => 'We need your help')
end
it 'should not give a link to login' do