Skip to content

Commit dbb9bf5

Browse files
author
Nathan Sutton
committed
Attempt to fix tests for jruby
1 parent d1ffabd commit dbb9bf5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: spec/zencoder/http/typhoeus_spec.rb

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
if !defined?(Typhoeus)
66
module ::Typhoeus
77
module Request
8+
extend self
9+
10+
def get(*)
11+
end
12+
13+
def put(*)
14+
end
15+
16+
def post(*)
17+
end
18+
19+
def delete(*)
20+
end
821
end
922
end
1023
end

0 commit comments

Comments
 (0)