Skip to content

Instantly share code, notes, and snippets.

Running: spec/requests/waitlist_spec.rb
Running tests with args ["--color", "--format", "progress", "--format", "Guard::RSpec::Formatter::NotificationRSpec", "--out", "/dev/null", "--require", "/Users/ericf/.rvm/gems/ruby-1.8.7-p352@destico/gems/guard-rspec-0.5.9/lib/guard/rspec/formatters/notification_rspec.rb", "spec/requests/waitlist_spec.rb"]...
http://www.example.com/wait_lists/new in first scenario..
http://www.example.com/wait_lists/new in second scenario.
http://www.example.com/wait_lists/new in problem scenarioF
Failures:
1) New waitlist entry Trying to apply when you're signed in
Running: spec/requests/waitlist_spec.rb
Running tests with args ["--color", "--format", "progress", "--format", "Guard::RSpec::Formatter::NotificationRSpec", "--out", "/dev/null", "--require", "/Users/ericf/.rvm/gems/ruby-1.8.7-p352@destico/gems/guard-rspec-0.5.9/lib/guard/rspec/formatters/notification_rspec.rb", "spec/requests/waitlist_spec.rb"]...
http://www.example.com/wait_lists/new in first scenario..
http://www.example.com/wait_lists/new in second scenario.
http://www.example.com/wait_lists/new in problem scenarioF
Failures:
1) New waitlist entry Trying to apply when you're signed in
Running: spec/requests/waitlist_spec.rb
Running tests with args ["--color", "--format", "progress", "--format", "Guard::RSpec::Formatter::NotificationRSpec", "--out", "/dev/null", "--require", "/Users/ericf/.rvm/gems/ruby-1.8.7-p352@destico/gems/guard-rspec-0.5.9/lib/guard/rspec/formatters/notification_rspec.rb", "spec/requests/waitlist_spec.rb"]...
http://www.example.com/wait_lists/new in first scenario..
http://www.example.com/wait_lists/new in second scenario.
http://www.example.com/wait_lists/new in problem scenarioF
Failures:
1) New waitlist entry Trying to apply when you're signed in
Running: spec/requests/waitlist_spec.rb
Running tests with args ["--color", "--format", "progress", "--format", "Guard::RSpec::Formatter::NotificationRSpec", "--out", "/dev/null", "--require", "/Users/ericf/.rvm/gems/ruby-1.8.7-p352@destico/gems/guard-rspec-0.5.9/lib/guard/rspec/formatters/notification_rspec.rb", "spec/requests/waitlist_spec.rb"]...
http://www.example.com/wait_lists/new in first scenario..
http://www.example.com/wait_lists/new in second scenario.
http://www.example.com/wait_lists/new in problem scenarioF
Failures:
1) New waitlist entry Trying to apply when you're signed in
Sorry, before you can sign in you need to activate your account by confirming your email address. <a href="/request_activation">Resend activation email</a>
<%= f.input :kind, :as => :radio, :label => "Is this a single or multiple trip?", :collection => kinds_collection, :label_html => {:class => "inline"} %>
2012-11-25 11:12:28 [INFO] [ForgeModLoader] Forge Mod Loader version 4.2.18.433 for Minecraft 1.4.2 loading
2012-11-25 11:12:28 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-11-25 11:12:28 [FINEST] [ForgeModLoader] Discovering coremods
2012-11-25 11:12:28 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.6.6.2.jar
2012-11-25 11:12:28 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.6.6.2.jar
2012-11-25 11:12:28 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.6.6.2.jar
2012-11-25 11:12:28 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.2.jar
2012-11-25 11:12:28 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.2.jar
2012-11-25 11:12:28 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.2.jar
2012-11-25 11:12:28 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2012-11-25 11:04:08 [INFO] [ForgeModLoader] Forge Mod Loader version 4.2.18.433 for Minecraft 1.4.2 loading
2012-11-25 11:04:08 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-11-25 11:04:08 [FINEST] [ForgeModLoader] Discovering coremods
2012-11-25 11:04:08 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.6.6.2.jar
2012-11-25 11:04:08 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.6.6.2.jar
2012-11-25 11:04:08 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.6.6.2.jar
2012-11-25 11:04:08 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.2.jar
2012-11-25 11:04:08 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.2.jar
2012-11-25 11:04:08 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.2.jar
2012-11-25 11:04:08 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
@ogredude
ogredude / rules_send_message_to_customer
Created October 26, 2012 02:20
Drupal Commerce Rules Component to send an email to the customer
{ "rules_send_message_to_customer" : {
"LABEL" : "Send message to customer",
"PLUGIN" : "rule set",
"REQUIRES" : [ "rules" ],
"USES VARIABLES" : {
"order" : { "label" : "Order", "type" : "commerce_order" },
"subject" : { "label" : "Subject", "type" : "text" },
"body" : { "label" : "Body", "type" : "text" }
},
"RULES" : [
@ogredude
ogredude / rules_automatic_update_notification_email
Created October 26, 2012 02:19
Drupal Commerce Rules to send an update email to customer on order status change
{ "rules_automatic_update_notification_email" : {
"LABEL" : "Automatic update notification email",
"PLUGIN" : "rule set",
"REQUIRES" : [ "rules" ],
"USES VARIABLES" : { "order" : { "label" : "Order", "type" : "commerce_order" } },
"RULES" : [
{ "RULE" : {
"PROVIDE" : { "entity_fetched" : { "billing_profile" : "Billing profile" } },
"IF" : [
{ "entity_has_field" : { "entity" : [ "order" ], "field" : "commerce_customer_billing" } }