Sha256: 64781bfba6ba815f92bdabb389356bca95d71d26bd6a8d32decccd7af00aa5c9

Contents?: true

Size: 244 Bytes

Versions: 7

Compression:

Stored size: 244 Bytes

Contents

require 'bundler/gem_tasks'

task :kick do
  sh 'bundle exec kicker -r ruby'
end

task :spec do
  sh 'bundle exec rspec --color --format=doc'
end

task :cucumber do
  sh 'bundle exec cucumber'
end

task :lint do
  sh 'bundle exec rubocop'
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
xcpretty-0.4.0 Rakefile
xcpretty-security-patched-0.3.2 Rakefile
xcpretty-security-patched-0.3.0 Rakefile
xcpretty-0.3.0 Rakefile
xcpretty-0.2.8 Rakefile
xcpretty-0.2.7 Rakefile
xcpretty-0.2.6 Rakefile