cucumberがtwitter-authの中でコケる。
You have a nil object when you didn't expect it!
You might have expected an instance of ActiveRecord::Base.
The error occurred while evaluating nil.[] (NoMethodError)
/Users/komagata/Sites/help-me-hackers/vendor/plugins/twitter-auth/lib/twitter_auth.rb:42:in `strategy'
/Users/komagata/Sites/help-me-hackers/vendor/plugins/twitter-auth/lib/twitter_auth.rb:50:in `oauth?'
/Users/komagata/Sites/help-me-hackers/vendor/plugins/twitter-auth/app/models/twitter_auth/generic_user.rb:69
modelだけ簡単なのでrspecで書いて、他をcucumberと思いきやoauthでコケるのでテストが後回しになってしまうといていたらく・・・
みなさんoauthはどうやってテストしてます?