Skip to content

Commit

Permalink
Don't require 'active_support/all' in an individual test case!!!
Browse files Browse the repository at this point in the history
and Git taught me that this crap was added via this commit... 68db6bc
  • Loading branch information
amatsuda committed Aug 1, 2019
1 parent d21e5fb commit 03018cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions activemodel/test/cases/helper.rb
Expand Up @@ -10,6 +10,7 @@

require "active_support/testing/autorun"
require "active_support/testing/method_call_assertions"
require "active_support/core_ext/integer/time"

class ActiveModel::TestCase < ActiveSupport::TestCase
include ActiveSupport::Testing::MethodCallAssertions
Expand Down
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "cases/helper"
require "active_support/all"

require "models/topic"
require "models/person"
Expand Down

0 comments on commit 03018cb

Please sign in to comment.