Sha256: d081e384017fb5f147b5df270def240e320db62c0d9194a5dfe40ba13843f89c

Contents?: true

Size: 227 Bytes

Versions: 12

Compression:

Stored size: 227 Bytes

Contents

require "bundler/gem_tasks"

require "rake"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = Dir.glob("spec/**/*_spec.rb")
  t.rspec_opts = "--format documentation"
end

task default: :spec

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
arcadedb-0.5.0 Rakefile
arcadedb-0.4 Rakefile
arcadedb-0.3.3 Rakefile
ib-api-972.5.2 Rakefile
ib-api-972.5.1 Rakefile
ib-api-972.5 Rakefile
ib-api-972.4 Rakefile
ib-api-972.3.1 Rakefile
ib-api-972.3 Rakefile
ib-api-972.2 Rakefile
ib-api-972.1 Rakefile
ib-api-972.0 Rakefile