1
0
Fork 0
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:
bogdanvlviv 2018-06-08 23:52:32 +03:00
parent 6cd5cc375a
commit ad59b71b80
No known key found for this signature in database
GPG key ID: E4ACD76A6DB6DFDD

View file

@ -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