Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
No changelog
  • Loading branch information
Ben Crouse committed Sep 5, 2019
1 parent 567a3d2 commit e568789
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ jobs:
- uses: actions/checkout@v1
- uses: workarea-commerce/ci/bundler-audit@v1
- uses: workarea-commerce/ci/rubocop@v1
- uses: workarea-commerce/ci/eslint@v1
with:
args: '**/*.js'
- uses: workarea-commerce/ci/stylelint@v1
with:
args: '**/*.scss'

admin_tests:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion app/services/workarea/forter/tender/paypal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module Workarea
module Forter
module Tender
class Paypal

class PaypalDependencyError < StandardError; end
attr_reader :tender, :options

Expand Down
1 change: 0 additions & 1 deletion lib/workarea/forter/gateway.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module Workarea
module Forter
class Gateway

attr_reader :options

def initialize(options = {})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
module Workarea
module Storefront
class ForterIntegrationTest < Workarea::IntegrationTest

def test_decision_approved
complete_checkout("approved@workarea.com", 'W3blinc1')

Expand Down
1 change: 0 additions & 1 deletion test/models/workarea/forter_payment_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

module Workarea
class ForterPaymentTest < TestCase

def response
ActiveMerchant::Billing::Response.new(
true,
Expand Down
1 change: 0 additions & 1 deletion test/models/workarea/payment/forter_credit_card_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
module Workarea
class Payment
class ForterCreditCardTest < TestCase

def credit_card
@credit_card ||= Workarea::Payment::Tender::CreditCard.new
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
module Workarea
module Storefront
class ForterTrackingSystemTest < Workarea::SystemTest

def test_forter_tracking_js
Workarea.with_config do |config|
config.forter.site_id = "abcdefg"
Expand Down
1 change: 0 additions & 1 deletion test/workers/forter/update_status_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

module Workarea
class Forter::UpdateStatusTest < TestCase

def test_decision_status_update
decision = Workarea::Forter::Decision.create(id: '1234')

Expand Down

0 comments on commit e568789

Please sign in to comment.