Skip to content

Commit

Permalink
Added example cases for issue #31.
Browse files Browse the repository at this point in the history
I did this so that I can easily manually test against this case and
resolve the issue.
  • Loading branch information
drewdeponte committed Aug 7, 2012
1 parent 07d4445 commit 8e795f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev_tools/guard_rspec_output_example.txt
Expand Up @@ -41,3 +41,6 @@ Finished in 0.04118 seconds
Failed examples:

rspec ./spec/lib/sms_transport_spec.rb:34 # SmsTransport have an sms transport#send_sms_to_multiple_recipients sends the-provided sm's message to each of the specified? recipients
rspec ./spec/lib/contact_notifier_spec.rb:61 # ContactNotfier#msg_options should set is_new_lead to false if is_new_lead => false is passed in options
rspec ./spec/lib/contact_notifier_spec.rb:61 # ContactNotfier#msg_options should set sent_auto_response_message to true if it is a new lead, and the contact was sent an autoresponse message

0 comments on commit 8e795f3

Please sign in to comment.