Skip to content

Instantly share code, notes, and snippets.

@redrory
Created October 15, 2011 18:32
Show Gist options
  • Save redrory/1289942 to your computer and use it in GitHub Desktop.
Save redrory/1289942 to your computer and use it in GitHub Desktop.
Failures:
1) Tasks GET /tasks display some tasks
Failure/Error: @task = Task.create :task => 'go to the store'
ActiveRecord::StatementInvalid:
Could not find table 'tasks'
# ./spec/requests/tasks_spec.rb:5:in `block (3 levels) in <top (required)>'
Finished in 0.00714 seconds
4 examples, 1 failure, 3 pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment