diff options
author | Azul <azul@leap.se> | 2013-11-08 09:48:57 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-11-08 09:48:57 +0100 |
commit | 69a41bee2548fa8743dd3188b0ebfc84dac17062 (patch) | |
tree | 0860f23186dbffb6737329c706807246d32bbdfe /help/test | |
parent | a0e72e6ee7786e3b1fd7276f1c64912c606f4559 (diff) |
removed outdated test.
Diffstat (limited to 'help/test')
-rw-r--r-- | help/test/unit/ticket_test.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/help/test/unit/ticket_test.rb b/help/test/unit/ticket_test.rb index 6c29d11..751fe70 100644 --- a/help/test/unit/ticket_test.rb +++ b/help/test/unit/ticket_test.rb @@ -17,11 +17,6 @@ class TicketTest < ActiveSupport::TestCase assert !t.valid? end - test "ticket allows for multiple email addresses" do - t = FactoryGirl.build :ticket, email: 'blah@blah.com, bb@jjj.org' - assert !t.valid? - end - test "ticket open states" do t = FactoryGirl.build :ticket assert t.is_open |