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
1 changed files with 0 additions and 3 deletions

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