Skip to content

Commit

Permalink
Make language consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed May 29, 2011
1 parent b256bbb commit c2c3ddf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/twitter_spec.rb
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit c2c3ddf

Please sign in to comment.