File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 66 NewCops : enable
77 SuggestExtensions : false
88
9+ Gemspec/RequiredRubyVersion :
10+ Enabled : false
911Layout/EmptyLineAfterGuardClause :
1012 Enabled : false
1113Metrics/CyclomaticComplexity :
Original file line number Diff line number Diff line change 7474
7575require 'cucumber/rake/task'
7676Cucumber ::Rake ::Task . new ( :features ) do |t |
77- t . cucumber_opts = 'features --format progress '
77+ t . cucumber_opts = 'features'
7878 Rake ::Cleaner . cleanup_files ( [ 'coverage' ] )
7979end
8080Cucumber ::Rake ::Task . new ( :'features:html' ) do |t |
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
2929 s . required_rubygems_version =
3030 Gem ::Requirement . new ( '>= 0' )
3131 end
32- s . required_ruby_version = '~> 2.3 '
32+ s . required_ruby_version = '~>2 '
3333 s . name = 'pdd'
3434 s . version = PDD ::VERSION
3535 s . license = 'MIT'
You can’t perform that action at this time.
0 commit comments