aboutsummaryrefslogtreecommitdiffstats
path: root/spec/views/request/show.rhtml_spec.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-07-17 10:01:13 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-07-17 10:01:13 +0100
commit00d67fc7aeb839af3a5f02a242b4bb8c29b9383d (patch)
treed5d38d2be30dc0c8ec353af682cf33bf00ebefc6 /spec/views/request/show.rhtml_spec.rb
parent65ca069257d3ff1292d510d794082c58a8d3afb1 (diff)
parentf340cb41b3d27936dc2900894bdd35c9c16e8fc9 (diff)
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'spec/views/request/show.rhtml_spec.rb')
-rw-r--r--spec/views/request/show.rhtml_spec.rb2
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')