Skip to content

Commit 3c77f92

Browse files
author
Ben Lerner
committed
move import up, so every test gets it for sure
1 parent 7e0b5f5 commit 3c77f92

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/models/junit_grader_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'webmock/minitest'
21
require 'test_helper'
32

43
class JunitGraderTest < ActiveSupport::TestCase

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
require 'beaneater'
99
require 'minitest/reporters'
1010
require 'fileutils'
11+
require 'webmock/minitest'
1112

1213
SimpleCov.start
1314
Minitest::Reporters.use! [

0 commit comments

Comments
 (0)