From 6e188c8bab38d0934dc58ae83e177ff54c424f36 Mon Sep 17 00:00:00 2001 From: laserlemon Date: Wed, 13 Oct 2010 09:37:49 -0400 Subject: [PATCH] Renamed the "valid?" method test. --- test/simple_oauth_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simple_oauth_test.rb b/test/simple_oauth_test.rb index a0bd9be..7d43ec3 100644 --- a/test/simple_oauth_test.rb +++ b/test/simple_oauth_test.rb @@ -72,7 +72,7 @@ class SimpleOAuthTest < Test::Unit::TestCase assert_equal "OAuth #{header.send(:normalized_attributes)}", header.to_s end - def test_valid + def test_valid? # When given consumer and token secrets, those secrets must be passed into # the parsed header validation in order for the validity check to pass. secrets = {:consumer_secret => 'CONSUMER_SECRET', :token_secret => 'TOKEN_SECRET'}