This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/P/M/prada-html5-institutional git:master ❯❯❯ gem install rails ⏎ ✖ ✱ | |
/home/todor/.rbenv/versions/ree-1.8.7-2012.02/lib/ruby/1.8/timeout.rb:60: [BUG] Segmentation fault | |
ruby 1.8.7 (2012-02-08 MBARI 8/0x6770 on patchlevel 358) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2012.02 | |
[1] 4008 abort (core dumped) gem install rails |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) User registration returns error with unmatching passwords | |
Failure/Error: page.should have_content "Password doesn't match confirmation" | |
expected there to be text "Password doesn't match confirmation" in "Abene Sign up Login User index Jobs Skills Sign up Select list Email Password Password confirmation Sign in Forgot your password? © 2013 Abene Information Link Link Link Abene Link Link Link" | |
# ./spec/features/user_spec.rb:32:in `block (3 levels) in <top (required)>' | |
2) User registration of companies | |
Failure/Error: fill_in "Name", with: company.name | |
Capybara::ElementNotFound: | |
Unable to find field "Name" | |
# ./spec/features/user_spec.rb:50:in `block (3 levels) in <top (required)>' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) User registration returns error with unmatching passwords | |
Failure/Error: page.should have_content "Password doesn't match confirmation" | |
expected there to be text "Password doesn't match confirmation" in "Abene Sign up Login User index Jobs Skills Sign up Select list Email Password Password confirmation Sign in Forgot your password? © 2013 Abene Information Link Link Link Abene Link Link Link" | |
# ./spec/features/user_spec.rb:32:in `block (3 levels) in <top (required)>' | |
2) User registration of students | |
Failure/Error: page.should have_checked_field("user_type_student") | |
Capybara::ExpectationNotMet: | |
expected to find field "user_type_student" but there were no matches | |
# ./spec/features/user_spec.rb:38:in `block (3 levels) in <top (required)>' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ rbenv --version | |
rbenv 0.4.0-15-g0d1f1d0 | |
+ rbenv versions | |
* 1.9.3-p392 (set by /home/yadrimz/.rbenv/version) | |
+ rbenv global | |
1.9.3-p392 | |
+ env | |
+ grep -E 'PATH|RUBY|BUNDLE|RBENV' | |
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins | |
PATH=/home/yadrimz/.rbenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/yadrimz/.cinstall/launchers/:/usr/bin/core_perl |
NewerOlder