diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-08-01 14:39:18 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-08-01 14:39:18 +0100 |
commit | 67a3a43cc26f8ad7218f33a13af04c3c74347866 (patch) | |
tree | 3fc5f27905332ba4647915eb5823d3d37615fe4c /spec/views/request/show.rhtml_spec.rb | |
parent | c1d2580892033d28ff05f3d47cee78aaef963c29 (diff) | |
parent | cc3268df4c9de319ea16aa99238e3c4c40dae7c5 (diff) |
Merge branch 'develop' into wdtk
Diffstat (limited to 'spec/views/request/show.rhtml_spec.rb')
-rw-r--r-- | spec/views/request/show.rhtml_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/views/request/show.rhtml_spec.rb b/spec/views/request/show.rhtml_spec.rb index ef7d1a47c..4429e9e58 100644 --- a/spec/views/request/show.rhtml_spec.rb +++ b/spec/views/request/show.rhtml_spec.rb @@ -15,6 +15,8 @@ describe 'when viewing an information request' do :law_used_full => 'Freedom of Information', :public_body => @mock_body, :user => @mock_user, + :user_name => @mock_user.name, + :is_external? => false, :calculate_status => 'waiting_response', :date_response_required_by => Date.today, :prominence => 'normal') |