Skip to content

Instantly share code, notes, and snippets.

@fltiago
Created March 3, 2012 14:51
Show Gist options
  • Save fltiago/1966514 to your computer and use it in GitHub Desktop.
Save fltiago/1966514 to your computer and use it in GitHub Desktop.
Failed examples:
rspec ./spec/models/course_spec.rb:777 # Course behaves like a billable when verifying members limit and plan is on course and plan has members limit should permit entry
rspec ./spec/models/licensed_invoice_spec.rb:114 # LicensedInvoice when calculating the amount updates to the correct amount
rspec ./spec/models/licensed_invoice_spec.rb:189 # LicensedInvoice when refreshing open licensed invoices should calculates invoice1's relative amount
rspec ./spec/models/license_spec.rb:56 # License retrievers retrieves all payable licenses
rspec ./spec/models/user_course_invitation_spec.rb:93 # UserCourseInvitation states when accept do NOT accept if it does not have a user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment