diff options
author | francis <francis> | 2008-03-21 14:04:04 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-21 14:04:04 +0000 |
commit | 6c7353d8b494c2b5c83d725be68fba6b5b5c517d (patch) | |
tree | 55d416f54628f467fa59ca76824bf384b2e1e59b | |
parent | 8312c018bc79fa21f7839e262f6a469a56b1f90b (diff) |
Forgot to commit this.
-rw-r--r-- | spec/models/user_info_request_sent_alert_spec.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/models/user_info_request_sent_alert_spec.rb b/spec/models/user_info_request_sent_alert_spec.rb new file mode 100644 index 000000000..6a10b8524 --- /dev/null +++ b/spec/models/user_info_request_sent_alert_spec.rb @@ -0,0 +1,8 @@ +require File.dirname(__FILE__) + '/../spec_helper' + +describe UserInfoRequestSentAlert, " when blah" do + before do + end +end + + |