diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-02-18 20:42:51 -0500 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-02-18 20:42:51 -0500 |
commit | 96b97d691f6889004c38bef15411bc27e448fda1 (patch) | |
tree | 7105a54b40fc11ca38a67ff2f520cc977532da44 /test/models/pm_test.rb | |
parent | 1b95d76d2bded709f512ccdca851388b8691708f (diff) |
Changes to generate.sh
Diffstat (limited to 'test/models/pm_test.rb')
-rw-r--r-- | test/models/pm_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/pm_test.rb b/test/models/pm_test.rb new file mode 100644 index 0000000..e7f6b8f --- /dev/null +++ b/test/models/pm_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class PmTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end |