Skip to content

Instantly share code, notes, and snippets.

@ashaegupta
Created October 17, 2012 17:11
Show Gist options
  • Save ashaegupta/3906790 to your computer and use it in GitHub Desktop.
Save ashaegupta/3906790 to your computer and use it in GitHub Desktop.
Master failures
Finished in 732.73 seconds
602 examples, 16 failures, 3 pending
Failed examples:
rspec ./spec/acceptance/email_layouts_spec.rb:12 # Email layouts
Allow users to manage and use their email layouts for their emails
Can create a new layout
rspec ./spec/acceptance/logs_spec.rb:20 # Logs
Clients should be able to see a stream of events they are tracking
Customer hasnt been identified Clients see unidentified events
rspec ./spec/acceptance/logs_spec.rb:33 # Logs
Clients should be able to see a stream of events they are tracking
Customer has been identified Clients see the latest events and attributes
rspec ./spec/acceptance/logs_spec.rb:48 # Logs
Clients should be able to see a stream of events they are tracking
Customer has been identified Clients can see when attributes change
rspec ./spec/acceptance/logs_spec.rb:64 # Logs
Clients should be able to see a stream of events they are tracking
Customer has been identified Clients can search for events and attributes by a given customer
rspec ./spec/acceptance/logs_spec.rb:78 # Logs
Clients should be able to see a stream of events they are tracking
Customer has been identified Clients can click on an email address to search for a given customer
rspec ./spec/acceptance/outputs/edit_spec.rb:13 # Edit output
Users should be able to edit the output and the email their output sends
Users can edit an existing output
rspec ./spec/acceptance/outputs/edit_spec.rb:32 # Edit output
Users should be able to edit the output and the email their output sends
User can preview the email
rspec ./spec/acceptance/outputs/edit_spec.rb:43 # Edit output
Users should be able to edit the output and the email their output sends
User can send themselves a test email without rendering liquid variables
rspec ./spec/acceptance/outputs/edit_spec.rb:63 # Edit output
Users should be able to edit the output and the email their output sends
Can set a layout for an email
rspec ./spec/acceptance/outputs/edit_spec.rb:88 # Edit output
Users should be able to edit the output and the email their output sends
Users are informed how to send custom variables if they havent
rspec ./spec/acceptance/outputs/edit_spec.rb:96 # Edit output
Users should be able to edit the output and the email their output sends
Users can view the custom variables they can use in their email
rspec ./spec/acceptance/outputs/edit_spec.rb:109 # Edit output
Users should be able to edit the output and the email their output sends
Users can delete an existing output
rspec ./spec/acceptance/triggers/manage_spec.rb:238 # Manage triggers
Users should be view and interact with their triggers
Users can navigate to a specific output
rspec ./spec/models/segment_spec.rb:52 # Segment save sends an email to admins notifying them of the update
rspec ./spec/models/trigger_spec.rb:47 # Trigger.save segment_groups was updated sends an email to admins notifying them of the update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment