Skip to content

Commit

Permalink
Update spec/client_spec.rb
Browse files Browse the repository at this point in the history
redundant code
  • Loading branch information
amanelis committed Jan 18, 2013
1 parent 1dc2ddd commit 1f85741
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/client_spec.rb
Expand Up @@ -17,7 +17,6 @@
subject { @client.api_key }

context 'when calling the #api_key method' do
it { should_not be_nil }
it { should eq(API_KEY) }
end
end
Expand Down Expand Up @@ -53,4 +52,4 @@
it { should_not be_nil }
end
end
end
end

0 comments on commit 1f85741

Please sign in to comment.