diff options
author | francis <francis> | 2008-05-21 15:17:53 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-21 15:17:53 +0000 |
commit | c0951f93e5d33fd7158f433730fe535ad20182f4 (patch) | |
tree | 3757d06f2fda147ae9335f71856959dd02f5a2e3 /spec/models/track_things_sent_email_spec.rb | |
parent | 9e840737f0f96e66f71aa8597246a3d5629701ec (diff) |
Have test file for each model.
Diffstat (limited to 'spec/models/track_things_sent_email_spec.rb')
-rw-r--r-- | spec/models/track_things_sent_email_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/models/track_things_sent_email_spec.rb b/spec/models/track_things_sent_email_spec.rb new file mode 100644 index 000000000..1f3c5a4e3 --- /dev/null +++ b/spec/models/track_things_sent_email_spec.rb @@ -0,0 +1,4 @@ +require File.dirname(__FILE__) + '/../spec_helper' + +describe TrackThingsSentEmail, "when tracking things sent email" do +end |