summaryrefslogtreecommitdiff
path: root/test/unit/call_forward_case_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/call_forward_case_test.rb')
-rw-r--r--test/unit/call_forward_case_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/unit/call_forward_case_test.rb b/test/unit/call_forward_case_test.rb
new file mode 100644
index 0000000..0d1d238
--- /dev/null
+++ b/test/unit/call_forward_case_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class CallForwardCaseTest < ActiveSupport::TestCase
+
+ # Cannot be factory'd. CallForwardCases are seeded.
+
+end