diff --git a/spec/twitter_spec.rb b/spec/twitter_spec.rb index 6535d8da7..794ab755b 100644 --- a/spec/twitter_spec.rb +++ b/spec/twitter_spec.rb @@ -27,7 +27,7 @@ end describe '.respond_to?' do - it 'takes an optional include private argument' do + it "should take an optional argument" do Twitter.respond_to?(:new, true).should be_true end end @@ -91,9 +91,7 @@ end describe ".configure" do - Twitter::Configuration::VALID_OPTIONS_KEYS.each do |key| - it "should set the #{key}" do Twitter.configure do |config| config.send("#{key}=", key)