Skip to content

Commit

Permalink
Fix a typo in specs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed May 10, 2013
1 parent fd30fa7 commit 802286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/multi_json_spec.rb
Expand Up @@ -63,7 +63,7 @@
MultiJson.use :json_gem
end

it 'should warb about json/pure' do
it 'should warn about json/pure' do
Kernel.should_receive(:warn).with(/'json_pure', '~> 1.7.7'/)
MultiJson.use :json_pure
end
Expand Down

0 comments on commit 802286d

Please sign in to comment.