Skip to content

Commit 845c7ac

Browse files
committed
change from MiniTest to Minitest in version 5
1 parent c1f88dc commit 845c7ac

7 files changed

+7
-7
lines changed

test/remote/gateways/remote_epsilon_convenience_store_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'test_helper'
22

3-
class RemoteEpsilonConvenienceStoreGatewayTest < MiniTest::Test
3+
class RemoteEpsilonConvenienceStoreGatewayTest < Minitest::Test
44
include SamplePaymentMethods
55

66
def gateway

test/remote/gateways/remote_epsilon_gmo_id_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'test_helper'
22

3-
class RemoteEpsilonGmoIdGatewayTest < MiniTest::Test
3+
class RemoteEpsilonGmoIdGatewayTest < Minitest::Test
44
include SamplePaymentMethods
55

66
def gateway

test/remote/gateways/remote_epsilon_link_payment_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'test_helper'
2-
class RemoteEpsilonLinkPaymentTest < MiniTest::Test
2+
class RemoteEpsilonLinkPaymentTest < Minitest::Test
33
include SamplePaymentMethods
44

55
def gateway

test/remote/gateways/remote_epsilon_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'test_helper'
22

3-
class RemoteEpsilonGatewayTest < MiniTest::Test
3+
class RemoteEpsilonGatewayTest < Minitest::Test
44
include SamplePaymentMethods
55

66
def gateway

test/remote/gateways/remote_epsilon_virtual_account_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'test_helper'
22

3-
class RemoteEpsilonVirtualAccountGatewayTest < MiniTest::Test
3+
class RemoteEpsilonVirtualAccountGatewayTest < Minitest::Test
44
include SamplePaymentMethods
55

66
def gateway

test/unit/billing/convenience_store_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'test_helper'
22

3-
class EpsilonConvenienceStoreTest < MiniTest::Test
3+
class EpsilonConvenienceStoreTest < Minitest::Test
44
def test_blank_parameter_generate_error
55
convenience_store = ActiveMerchant::Billing::ConvenienceStore.new(code: "",
66
full_name_kana: "",

test/unit/gateways/epsilon_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'test_helper'
22

3-
class EpsilonGatewayTest < MiniTest::Test
3+
class EpsilonGatewayTest < Minitest::Test
44
include SamplePaymentMethods
55

66
def test_set_proxy_address_and_port

0 commit comments

Comments
 (0)