Skip to content

Commit

Permalink
Merge pull request #254 from grzuy/remove_dup_inclusion
Browse files Browse the repository at this point in the history
Removes duplicated inclusion of Rake::DSL
  • Loading branch information
yuki24 committed Feb 22, 2018
2 parents 5fca980 + b86a13b commit 266a1d4
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 266a1d4

Please sign in to comment.