Sha256: affd2f4fed7c071eb12facc4b97843a8c496b7060bebcb26d8a016f864e2f69d

Contents?: true

Size: 199 Bytes

Versions: 10

Compression:

Stored size: 199 Bytes

Contents

require 'spec/rake/spectask'

task :default => :spec

desc "Run all examples"
Spec::Rake::SpecTask.new('spec') do |t|
  t.spec_opts = ["-u -c -fs"]
  t.spec_files = FileList['spec/**/*_spec.rb']
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
mixpanel-1.0.0 Rakefile
mixpanel-0.9.0 Rakefile
mixpanel-0.8.1 Rakefile
mixpanel-0.8.0 Rakefile
loganb-mixpanel-0.7.2 Rakefile
loganb-mixpanel-0.7.1 Rakefile
mixpanel-0.7.0 Rakefile
mixpanel-0.6.1 Rakefile
mixpanel-0.6.0 Rakefile
mixpanel-0.5.1 Rakefile