Sha256: 3e1893fc8525a89d92e63f26a5e15a31c82d513f2574550320c26c2e3ca28595

Contents?: true

Size: 220 Bytes

Versions: 5

Compression:

Stored size: 220 Bytes

Contents

require 'bundler'

require 'rspec/core/rake_task'

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

task :default => :spec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
zeppelin-0.8.4 Rakefile
zeppelin-0.8.3 Rakefile
zeppelin-0.8.2 Rakefile
zeppelin-0.8.1 Rakefile
zeppelin-0.7.0 Rakefile