test/helpers/fbgraph.rb in authpwn_rails-0.9.6 vs test/helpers/fbgraph.rb in authpwn_rails-0.10.0

- old
+ new

@@ -1,6 +1,10 @@ # :nodoc: stub FBGraphRails.config because it depends on Rails.root module FBGraphRails def self.config - { 'id' => '12345', 'secret' => 'awesome', 'scope' => []} + { + 'id' => '320998114580911', + 'secret' => '7ded389d3c226e1f5d363b2df695be2f', + 'scope' => [] + } end -end \ No newline at end of file +end