Skip to content

Commit

Permalink
📝 Fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ogawatti committed Jul 29, 2014
1 parent d8a0d5e commit da38119
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,6 @@ for specified gem
Facemock::FbGraph.on
Facemock::Config.load_users("./test_users.yml")

### Exception

require 'facemock'

Facemock.on
begin
raise FbGraph::Errors::InvalidToken.new "test exception"
rescue => e
puts "#{e.class} : #{e.message}" #=> Facemock::FbGraph::Errors::InvalidToken : test exception
end

yaml file see belo.

---
Expand All @@ -145,6 +134,17 @@ yaml file see belo.
:email: test_user_three@example.com
:password: testpass

### Exception

require 'facemock'

Facemock.on
begin
raise FbGraph::Errors::InvalidToken.new "test exception"
rescue => e
puts "#{e.class} : #{e.message}" #=> Facemock::FbGraph::Errors::InvalidToken : test exception
end

## Contributing

1. Fork it
Expand Down

0 comments on commit da38119

Please sign in to comment.