README.md in facemock-0.0.7 vs README.md in facemock-0.0.8
- old
+ new
@@ -136,11 +136,11 @@
### AuthHash
require 'facemock'
- app = Facemock::Database::Application.create!
- user = Facemock::Database::User.craete!(application_id: app.id)
+ app = Facemock::Application.create!
+ user = Facemock::User.craete!(application_id: app.id)
auth_hash = Facemock.auth_hash(user.access_token)
# auth_hash == { "provider" => "facebook",
# "uid" => 100007315962084,
# "info" => { "name" => "c6fyxii0u2" },