Sha256: b8d127c947fc065caa8da6945c1ecdc93779dd8f3ce99877df228460ec3a8097

Contents?: true

Size: 205 Bytes

Versions: 28

Compression:

Stored size: 205 Bytes

Contents

require 'rubygems'
require 'rspec/core/rake_task'

task :default => :spec

desc "Run all examples"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = ["-c -fs"]
  t.pattern = 'spec/**/*_spec.rb'
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
mixpanel-2.2.0 Rakefile
mixpanel-2.1.0 Rakefile
mixpanel-2.0.2 Rakefile
mixpanel-2.0.1 Rakefile
mixpanel-2.0.0 Rakefile
mixpanel-1.1.3 Rakefile
mixpanel-1.1.2 Rakefile
mixpanel-1.1.1 Rakefile