Skip to content

Instantly share code, notes, and snippets.

@git2samus
Last active August 29, 2015 14:18
Show Gist options
  • Save git2samus/010d6a35cd8588d3b135 to your computer and use it in GitHub Desktop.
Save git2samus/010d6a35cd8588d3b135 to your computer and use it in GitHub Desktop.
/home/samus/.rvm/gems/ruby-1.9.3-p551@ppr_site/gems/super_originality_detector-0.8.2/lib/google_custom_search.rb:2: warning: already initialized constant VERIFY_PEER
/home/samus/.rvm/rubies/ruby-1.9.3-p551/bin/ruby -I/home/samus/.rvm/gems/ruby-1.9.3-p551@ppr_site/gems/rspec-core-3.2.2/lib:/home/samus/.rvm/gems/ruby-1.9.3-p551@ppr_site/gems/rspec-support-3.2.2/lib /home/samus/.rvm/gems/ruby-1.9.3-p551@ppr_site/gems/rspec-core-3.2.2/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb
/home/samus/.rvm/gems/ruby-1.9.3-p551@ppr_site/gems/super_originality_detector-0.8.2/lib/google_custom_search.rb:2: warning: already initialized constant VERIFY_PEER
WARNING: Sinatra 1.2.x has reached its EOL. Please upgrade.
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
...The "fb-root" div has not been created, auto-creating
Invalid App Id: Must be a number or numeric string representing the application id.
FB.getLoginStatus() called before calling FB.init().
.Invalid App Id: Must be a number or numeric string representing the application id.
The "fb-root" div has not been created, auto-creating
FB.getLoginStatus() called before calling FB.init().
TWITTER: Content Security Policy restrictions may be applied to your site. Add <meta name="twitter:widgets:csp" content="on"> to supress this warning.
TWITTER: Please note: Not all embedded timeline and embedded Tweet functionality is supported when CSP is applied.
F HTML screenshot: /home/samus/dev/pprater/paper_rater_site2/tmp/capybara/screenshot_2015-03-31-18-59-03.397.html
Image screenshot: /home/samus/dev/pprater/paper_rater_site2/tmp/capybara/screenshot_2015-03-31-18-59-03.397.png
Invalid App Id: Must be a number or numeric string representing the application id.
The "fb-root" div has not been created, auto-creating
FB.getLoginStatus() called before calling FB.init().
.Invalid App Id: Must be a number or numeric string representing the application id.
The "fb-root" div has not been created, auto-creating
FB.getLoginStatus() called before calling FB.init().
TWITTER: Content Security Policy restrictions may be applied to your site. Add <meta name="twitter:widgets:csp" content="on"> to supress this warning.
TWITTER: Please note: Not all embedded timeline and embedded Tweet functionality is supported when CSP is applied.
F HTML screenshot: /home/samus/dev/pprater/paper_rater_site2/tmp/capybara/screenshot_2015-03-31-18-59-22.740.html
Image screenshot: /home/samus/dev/pprater/paper_rater_site2/tmp/capybara/screenshot_2015-03-31-18-59-22.740.png
................................
Failures:
1) Free Paper Grader File Upload Premium users should allow upload files
Failure/Error: expect(find('.file-upload-modal').visible?).to eq(false)
expected: false
got: true
(compared using ==)
# ./spec/features/free_paper_grader_spec.rb:32:in `block (5 levels) in <top (required)>'
# ./spec/features/free_paper_grader_spec.rb:24:in `each'
# ./spec/features/free_paper_grader_spec.rb:24:in `block (4 levels) in <top (required)>'
2) Free Paper Grader File Upload Premium users should show file size error for larger than 1MB files
Failure/Error: expect(page).not_to have_css('.file-upload-modal .modal-body #too-large-error.hidden')
expected not to find css ".file-upload-modal .modal-body #too-large-error.hidden", found 1 match: "This file size is too large. We are supporting less than 1MB files. Upload a different file"
# ./spec/features/free_paper_grader_spec.rb:56:in `block (4 levels) in <top (required)>'
Finished in 3 minutes 3.6 seconds (files took 1 minute 26.94 seconds to load)
39 examples, 2 failures
Failed examples:
rspec ./spec/features/free_paper_grader_spec.rb:20 # Free Paper Grader File Upload Premium users should allow upload files
rspec ./spec/features/free_paper_grader_spec.rb:49 # Free Paper Grader File Upload Premium users should show file size error for larger than 1MB files
Coverage report generated for RSpec to /home/samus/dev/pprater/paper_rater_site2/coverage. 45 / 77 LOC (58.44%) covered.
/home/samus/.rvm/rubies/ruby-1.9.3-p551/bin/ruby -I/home/samus/.rvm/gems/ruby-1.9.3-p551@ppr_site/gems/rspec-core-3.2.2/lib:/home/samus/.rvm/gems/ruby-1.9.3-p551@ppr_site/gems/rspec-support-3.2.2/lib /home/samus/.rvm/gems/ruby-1.9.3-p551@ppr_site/gems/rspec-core-3.2.2/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment