Sha256: ece2611a2a04afe68f13276cb18bfbbab2b9f3e9ebf7ece3763942fb190c07ab

Contents?: true

Size: 166 Bytes

Versions: 31

Compression:

Stored size: 166 Bytes

Contents

#!/usr/bin/env rake

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |task|
  task.rspec_opts = '--format doc --profile'
end

task default: :spec

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
rest-in-peace-6.2.0 Rakefile
rest-in-peace-6.1.1 Rakefile
rest-in-peace-6.1.0 Rakefile
rest-in-peace-6.0.4 Rakefile
nine-redmine-client-1.0.0 Rakefile
rest-in-peace-6.0.3 Rakefile
rest-in-peace-6.0.2 Rakefile
rest-in-peace-6.0.0 Rakefile
rest-in-peace-5.1.0 Rakefile
rest-in-peace-5.0.2 Rakefile
rest-in-peace-5.0.1 Rakefile
rest-in-peace-5.0.0 Rakefile
rest-in-peace-4.2.1 Rakefile
rest-in-peace-4.2.0 Rakefile
rest-in-peace-4.1.1 Rakefile
rest-in-peace-4.1.0 Rakefile
rest-in-peace-4.0.0 Rakefile
rest-in-peace-3.0.0 Rakefile
rest-in-peace-2.0.4 Rakefile
rest-in-peace-2.0.3 Rakefile