1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

remove silly VM nonsense

This commit is contained in:
Nathan Lilienthal 2013-03-25 10:51:48 -04:00
parent 773010e230
commit c77bfa2cd7

View file

@ -598,10 +598,6 @@ describe HTTParty do
@child1.default_options[:imaginary_option].should be_a Proc
end
def is(a)
RubyVM::InstructionSequence.of(a)
end
it 'should dup the proc on the child class' do
imaginary_option = lambda { 2 * 3.14 }
@parent.default_options[:imaginary_option] = imaginary_option