Skip to content

Instantly share code, notes, and snippets.

@meoooh
Created September 24, 2013 15:27
Show Gist options
  • Save meoooh/6686466 to your computer and use it in GitHub Desktop.
Save meoooh/6686466 to your computer and use it in GitHub Desktop.
meoooh@vm-3:~/rails/fpage$ guard
15:26:17 - INFO - Guard here! It looks like your project has a Gemfile, yet you are running
> [#] `guard` outside of Bundler. If this is your intent, feel free to ignore this
> [#] message. Otherwise, consider using `bundle exec guard` to ensure your
> [#] dependencies are loaded correctly.
> [#] (You can run `guard` with --no-bundler-warning to get rid of this message.)
15:26:18 - INFO - Guard is using TerminalTitle to send notifications.
15:26:18 - INFO - Guard::RSpec is running
15:26:18 - INFO - Guard is now watching at '/home/meoooh/rails/fpage'
 
[1] guard(main)> 
15:26:19 - INFO - Run all
15:26:19 - INFO - Running all specs
.F...
 
Failures:
 
  1) Page 목록을 가져와서 저장한다. user 토큰을 받아서.
     Failure/Error: page_ids = Page.create_or_update_page_list(user_token)
     Koala::Facebook::ServerError:
       type: OAuthException, code: 2, message: An unexpected error has occurred. Please retry your request la
ter. [HTTP 500]
     # ./app/models/page.rb:10:in `create_or_update_page_list'
     # ./spec/models/page_spec.rb:7:in `block (2 levels) in <top (required)>'
 
Finished in 0.7503 seconds
5 examples, 1 failure
 
Failed examples:
 
rspec ./spec/models/page_spec.rb:4 # Page 목록을 가져와서 저장한다. user 토큰을 받아서.
 
 
Randomized with seed 38471
 
[2] guard(main)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment