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-4.1.1 Rakefile
mixpanel-4.1.0 Rakefile
mixpanel-4.0.9 Rakefile
mixpanel-4.0.8 Rakefile
mixpanel-4.0.7 Rakefile
mixpanel-4.0.6 Rakefile
mixpanel-4.0.5 Rakefile
mixpanel-4.0.4 Rakefile
mixpanel-4.0.3 Rakefile
mixpanel-4.0.2 Rakefile
mixpanel-4.0.1 Rakefile
mixpanel-4.0.0 Rakefile
mixpanel-3.6.2 Rakefile
mixpanel-3.5.2 Rakefile
mixpanel-3.5.1 Rakefile
mixpanel-3.5.0 Rakefile
mixpanel-3.4.0 Rakefile
mixpanel-3.1.0 Rakefile
mixpanel-3.0.2 Rakefile
mixpanel-3.0.1 Rakefile