Skip to content

Commit

Permalink
Never remove describe now. Fixes #55 & #50
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Nov 19, 2014
1 parent f404ca2 commit 41a0f85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/minitest-spec-rails/init/active_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module ActiveSupportBehavior
extend ActiveSupport::Concern

included do
singleton_class.class_eval { remove_method :describe } if ::Rails.version < '4.2'
extend MiniTest::Spec::DSL
include MiniTestSpecRails::DSL
include ActiveSupport::Testing::ConstantLookup
Expand Down

0 comments on commit 41a0f85

Please sign in to comment.