mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove extra include ActiveSupport::Testing::MethodCallAssertions
It includes via `require "abstract_unit"`.
This commit is contained in:
parent
6cd5cc375a
commit
ad59b71b80
1 changed files with 0 additions and 3 deletions
|
@ -1,11 +1,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "abstract_unit"
|
||||
require "active_support/testing/method_call_assertions"
|
||||
|
||||
class MethodCallAssertionsTest < ActiveSupport::TestCase
|
||||
include ActiveSupport::Testing::MethodCallAssertions
|
||||
|
||||
class Level
|
||||
def increment; 1; end
|
||||
def decrement; end
|
||||
|
|
Loading…
Reference in a new issue