mirror of https://github.com/rails/rails
Remove extra `include ActiveSupport::Testing::MethodCallAssertions`
It includes via `require "abstract_unit"`.
This commit is contained in:
parent
6cd5cc375a
commit
ad59b71b80
|
@ -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 New Issue