diff options
Diffstat (limited to 'spec/views/request/_describe_state.rhtml_spec.rb')
-rw-r--r-- | spec/views/request/_describe_state.rhtml_spec.rb | 2 |
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 8460013d3..9fb776db3 100644 --- a/spec/views/request/_describe_state.rhtml_spec.rb +++ b/spec/views/request/_describe_state.rhtml_spec.rb @@ -55,7 +55,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_tag('h2', :text => 'Can you help us by describing the status of this request now?') + response.should have_tag('h2', :text => /We need your help/) end it 'should not give a link to login' do |