# File lib/generators/test_unit/templates/oauth_token_test.rb, line 42
  def test_should_not_exchange_without_approval
    assert_equal false, @token.exchange!
    assert_equal false, @token.invalidated?
  end