Sha256: d1e89a6f7070049d42a8723eacf78ecf99aa41fbe21e1852e211a286771cbdfc

Contents?: true

Size: 266 Bytes

Versions: 8

Compression:

Stored size: 266 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec) do |task|
  # TODO: Check if following options work properly or not
  task.rspec_opts = ["--color", "--format", "nested"]
  task.verbose = false
end

task :default => :spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
paychex-0.3.3 Rakefile
paychex-0.3.2 Rakefile
paychex-0.3.1 Rakefile
paychex-0.3.0 Rakefile
paychex-0.2.2 Rakefile
paychex-0.2.1 Rakefile
paychex-0.2.0 Rakefile
paychex-0.1.1 Rakefile