diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-13 09:13:41 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-13 09:13:41 +0100 |
commit | a498a503e840c6c7084234f01f6cf61459e7234e (patch) | |
tree | 74ff88565f6f2a51175693877755b0f0c0015354 /spec/models/info_request_spec.rb | |
parent | 88f00f5aaf34bfa237799831a5084145912c8ebf (diff) |
test with state other than "requires_admin" (as that state sends emails and breaks other tests :()
Diffstat (limited to 'spec/models/info_request_spec.rb')
-rw-r--r-- | spec/models/info_request_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/info_request_spec.rb b/spec/models/info_request_spec.rb index ab1ef1ce0..549296149 100644 --- a/spec/models/info_request_spec.rb +++ b/spec/models/info_request_spec.rb @@ -176,7 +176,7 @@ describe InfoRequest do end it "accepts core states" do - @ir.set_described_state("requires_admin") + @ir.set_described_state("successful") end it "accepts extended states" do |