From 3833ac1506fb336cd617ec41d25e35c34e74064e Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Tue, 26 Mar 2013 15:51:35 +0100 Subject: voicemail refactored --- test/unit/voicemail_account_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/unit/voicemail_account_test.rb (limited to 'test/unit') diff --git a/test/unit/voicemail_account_test.rb b/test/unit/voicemail_account_test.rb new file mode 100644 index 0000000..b878c67 --- /dev/null +++ b/test/unit/voicemail_account_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class VoicemailAccountTest < ActiveSupport::TestCase + def test_should_be_valid + assert VoicemailAccount.new.valid? + end +end -- cgit v1.2.3