Skip to content

Commit

Permalink
Removes duplicated inclusion of Rake::DSL
Browse files Browse the repository at this point in the history
Rake::DSL is already included in Rake::TestCase
  • Loading branch information
grzuy committed Feb 22, 2018
1 parent 5fca980 commit b86a13b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/test_rake_file_creation_task.rb
Expand Up @@ -4,7 +4,6 @@

class TestRakeFileCreationTask < Rake::TestCase
include Rake
include Rake::DSL

DUMMY_DIR = "dummy_dir"

Expand Down
1 change: 0 additions & 1 deletion test/test_rake_multi_task.rb
Expand Up @@ -4,7 +4,6 @@

class TestRakeMultiTask < Rake::TestCase
include Rake
include Rake::DSL

def setup
super
Expand Down

0 comments on commit b86a13b

Please sign in to comment.