Skip to content

Commit b67d6db

Browse files
committed
Remove Ruby 1.8 test configuration.
1 parent 4ee6ce1 commit b67d6db

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/test_helper.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
require "rubygems"
44
require 'minitest/autorun'
55
require "shoulda"
6-
7-
if RUBY_VERSION > "1.9"
8-
require 'mocha/setup'
9-
else
10-
require 'mocha'
11-
end
12-
6+
require 'mocha/setup'
137
require "gopay"
148

159
GoPay.configure do |config|

0 commit comments

Comments
 (0)