Sha256: 1081f73a803a0f4458ae1d6ee11fb7413b494909305da4e9be61e5e8d49dba60

Contents?: true

Size: 230 Bytes

Versions: 30

Compression:

Stored size: 230 Bytes

Contents

require 'bundler/setup'

require 'rspec/core/rake_task'

desc "run specs"
RSpec::Core::RakeTask.new do |t|
  t.rspec_opts = ["-c", "-f d", "-r ./spec/spec_helper.rb"]
  t.pattern = 'spec/**/*_spec.rb'
end

task :default  => :spec

Version data entries

30 entries across 30 versions & 6 rubygems

Version Path
plutus-0.17 Rakefile
plutus-0.16 Rakefile
plutus-0.15 Rakefile
plutus-0.14 Rakefile
tyche-0.14 Rakefile
credere-0.10.3 Rakefile
credere-0.10.2 Rakefile
credere-0.10.1 Rakefile
odania_plutus-0.13 Rakefile
borutus-0.1.0 Rakefile
plutus-0.13 Rakefile
plutus-0.12.2 Rakefile
plutus-0.11.0 Rakefile
plutus-0.10.1 Rakefile
plutus-0.10.0 Rakefile
event_sourced_accounting-0.2.6 Rakefile
event_sourced_accounting-0.2.4 Rakefile
event_sourced_accounting-0.2.3 Rakefile
event_sourced_accounting-0.2.2 Rakefile
event_sourced_accounting-0.1.6 Rakefile