We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d54098 commit 74145aaCopy full SHA for 74145aa
Rakefile
@@ -14,7 +14,7 @@ def version
14
Gem::Specification.load(Dir['*.gemspec'].first).version
15
end
16
17
-task default: %i[clean test features rubocop xcop copyright]
+task default: %i[clean test features rubocop xcop]
18
19
require 'rake/testtask'
20
desc 'Run all unit tests'
@@ -67,10 +67,3 @@ Cucumber::Rake::Task.new(:'features:json') do |t|
67
t.profile = 'json_report'
68
69
70
-task :copyright do
71
- sh "grep -q -r '2014-#{Date.today.strftime('%Y')}' \
72
- --include '*.rb' \
73
- --include '*.txt' \
74
- --include 'Rakefile' \
75
- ."
76
-end
0 commit comments