Skip to content

Commit

Permalink
remove skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbodah committed May 2, 2015
1 parent b11f160 commit 4613d63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/spy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ def eval_option(opt, *args)

describe 'any_instance' do
describe 'Spy.on_any_instance' do
describe 'an instance' do
it 'throws an exception' do
skip
end
end

# Wrapping
[
{ name: 'a class and a class-owned method', to_spy: Proc.new { TestClass }, msg: :class_owned_method },
Expand Down

0 comments on commit 4613d63

Please sign in to comment.