lib/omniauth/test/strategy_test_case.rb in omniauth-1.5.0 vs lib/omniauth/test/strategy_test_case.rb in omniauth-1.6.0
- old
+ new
@@ -8,10 +8,10 @@
# @example Usage
# class MyStrategyTest < Test::Unit::TestCase
# include OmniAuth::Test::StrategyTestCase
# def strategy
# # return the parameters to a Rack::Builder map call:
- # [MyStrategy.new, :some, :configuration, :options => 'here']
+ # [MyStrategy, :some, :configuration, :options => 'here']
# end
# setup do
# post '/auth/my_strategy/callback', :user => { 'name' => 'Dylan', 'id' => '445' }
# end
# end