Skip to content

Commit 0e15d92

Browse files
unknownunknown
unknown
authored and
unknown
committed
Rollback changes to Rakefile
1 parent 9517d7d commit 0e15d92

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Rakefile

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
require 'cucumber/rake/task'
2-
require 'fileutils'
3-
4-
include FileUtils
52

63
Cucumber::Rake::Task.new(:cucumber)
74
namespace :cucumber do
@@ -15,15 +12,11 @@ namespace :cucumber do
1512
end
1613
end
1714

18-
task :default => [:copyPluginFiles, :cucumber]
15+
task :default => :cucumber
1916

2017
namespace :relish do
2118
task :push do
2219
`bundle exec relish push vim-ruby-refactoring`
2320
end
2421
end
2522

26-
task :copyPluginFiles do
27-
cp_r "autoload/.", File.expand_path("~/.vim/autoload/")
28-
cp_r "plugin/.", File.expand_path("~/.vim/plugin/")
29-
end

0 commit comments

Comments
 (0)