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:
parent
773010e230
commit
c77bfa2cd7
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue