diff --git a/.github/workflows/test-smoke.yml b/.github/workflows/test-smoke.yml index 9fc4aeab..d00d9e69 100644 --- a/.github/workflows/test-smoke.yml +++ b/.github/workflows/test-smoke.yml @@ -36,8 +36,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - ref: "main" - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a602da31..b3744e59 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -66,7 +66,6 @@ MANTECA_BASE_URL = ENV.fetch('MANTECA_BASE_URL') MANTECA_APPLICATION_ID = ENV.fetch('MANTECA_APPLICATION_ID') OPERATING_SYSTEM = ENV.fetch('OPERATING_SYSTEM') - puts 'weewoo' RUBY_VERSION = ENV.fetch('RUBY_VERSION') rescue puts 'Environmental variables not found' @@ -89,7 +88,6 @@ config.username = BW_USERNAME config.password = BW_PASSWORD end - puts 'here' calls_api = Bandwidth::CallsApi.new WebMock.allow_net_connect! cleanup_calls($active_calls, calls_api)