diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-27 14:15:09 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-27 14:15:09 +0100 |
commit | af24b1e306dab3ebe10d97f7777abedd011321da (patch) | |
tree | b440b839bf1e7465ab154cdc19ee9366b9f98198 /spec/views/public_body/show.rhtml_spec.rb | |
parent | 6c4c822ef7a4491bf821326af779e5be9118c0a1 (diff) | |
parent | 5b80d1b9a0933b1e20de013d1aa8b8522f2ad066 (diff) |
Merge branch 'release/0.6.1'0.6.1
Diffstat (limited to 'spec/views/public_body/show.rhtml_spec.rb')
-rw-r--r-- | spec/views/public_body/show.rhtml_spec.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/views/public_body/show.rhtml_spec.rb b/spec/views/public_body/show.rhtml_spec.rb index a37d8be0d..1d21f80c4 100644 --- a/spec/views/public_body/show.rhtml_spec.rb +++ b/spec/views/public_body/show.rhtml_spec.rb @@ -102,9 +102,10 @@ def mock_event :info_request => mock_model(InfoRequest, :title => 'Title', :url_title => 'title', - :display_status => 'awaiting_response', - :calculate_status => 'awaiting_response', + :display_status => 'waiting_response', + :calculate_status => 'waiting_response', :public_body => @pb, + :is_external? => false, :user => mock_model(User, :name => 'Test User', :url_name => 'testuser') ), :incoming_message => nil, :is_incoming_message? => false, |