Skip to content

Instantly share code, notes, and snippets.

@zenom
Created September 10, 2010 19:06
Show Gist options
  • Save zenom/ab137f4fd11b4f7750f4 to your computer and use it in GitHub Desktop.
Save zenom/ab137f4fd11b4f7750f4 to your computer and use it in GitHub Desktop.
ruby · billing › rspec spec/acceptance master
=> Located unlocked Gemfile for test
#<Account:0x00000106e17f60> {
:id => 1,
:name => "Larry",
:surname => "Hilll",
:email => "justyn_considine@halvorson.uk",
:crypted_password => "L2fwiTAVMT8=",
:salt => "ff2f567f847f7d70c431eb874201b87d1f6a7fb7",
:role => "admin",
:company_id => 1,
:active => true,
:created_at => 2010-09-10 19:04:21 UTC,
:updated_at => 2010-09-10 19:04:21 UTC
}
>> Thin web server (v1.2.7 codename No Hup)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:9887, CTRL+C to stop
F
Failures:
1) Note When managing notes we need to do the following. Listing Test listing the notes
Failure/Error: Unable to find matching line from backtrace
com.gargoylesoftware.htmlunit.ScriptException: Exception invoking jsxGet_cssText
# (drbunix:///tmp/akephalos.90901.sock) /Users/andy/.rvm/gems/ruby-1.9.2-p0@billing/gems/akephalos-0.2.3/lib/akephalos/node.rb:78:in `click'
# (drbunix:///tmp/akephalos.90901.sock) /Users/andy/.rvm/gems/ruby-1.9.2-p0@billing/gems/akephalos-0.2.3/lib/akephalos/server.rb:21:in `start!'
# (drbunix:///tmp/akephalos.90901.sock) -e:1
# /Users/andy/.rvm/gems/ruby-1.9.2-p0@billing/gems/akephalos-0.2.3/lib/akephalos/capybara.rb:82:in `click'
# /Users/andy/.rvm/gems/ruby-1.9.2-p0@billing/gems/capybara-0.3.9/lib/capybara/session.rb:56:in `click_button'
# /Users/andy/.rvm/gems/ruby-1.9.2-p0@billing/gems/capybara-0.3.9/lib/capybara/dsl.rb:55:in `click_button'
# ./spec/support/login.rb:7:in `login!'
# ./spec/acceptance/acceptance_helper.rb:12:in `block (2 levels) in <top (required)>'
Finished in 9.48 seconds
1 example, 1 failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment