Skip to content

Instantly share code, notes, and snippets.

@zenom
Created September 10, 2010 19:07
Show Gist options
  • Save zenom/372016a28f9d1c324322 to your computer and use it in GitHub Desktop.
Save zenom/372016a28f9d1c324322 to your computer and use it in GitHub Desktop.
ruby · billing › rspec spec/acceptance master
=> Located unlocked Gemfile for test
#<Account:0x00000106083d68> {
:id => 1,
:name => "Derick",
:surname => "McCullough",
:email => "bryce.zieme@turner.com",
:crypted_password => "tFQXiRDxVLY=",
:salt => "c1d057671a4474869c9a3a2a9cdd75d69fd47923",
:role => "admin",
:company_id => 1,
:active => true,
:created_at => 2010-09-10 19:07:35 UTC,
:updated_at => 2010-09-10 19:07:35 UTC
}
F
Failures:
1) Note When managing notes we need to do the following. Listing Test listing the notes
Failure/Error: within(:css, "#notes") do
scope '//*[@id = 'notes']' not found on page
# /Users/andy/.rvm/gems/ruby-1.9.2-p0@billing/gems/capybara-0.3.9/lib/capybara/session.rb:240:in `locate'
# /Users/andy/.rvm/gems/ruby-1.9.2-p0@billing/gems/capybara-0.3.9/lib/capybara/session.rb:104:in `within'
# /Users/andy/.rvm/gems/ruby-1.9.2-p0@billing/gems/capybara-0.3.9/lib/capybara/dsl.rb:55:in `within'
# ./spec/acceptance/notes_spec.rb:29:in `block (3 levels) in <top (required)>'
Finished in 0.62903 seconds
1 example, 1 failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment