Sha256: e8a0d6c8538bd4942e6ec669e7ff69aabe83c3a8468e85a3224ffca8d862971a

Contents?: true

Size: 281 Bytes

Versions: 24

Compression:

Stored size: 281 Bytes

Contents

require 'bundler/setup'
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

desc 'Default: Run specs.'
task :default => 'spec:unit'

namespace :spec do
  desc "Run unit specs"
  RSpec::Core::RakeTask.new('unit') do |t|
    t.pattern = 'spec/cocaine/**/*_spec.rb'
  end
end

Version data entries

24 entries across 24 versions & 5 rubygems

Version Path
cocaine-0.6.0 Rakefile
cocaine-0.6.0.alpha Rakefile
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/cocaine-0.5.8/Rakefile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/cocaine-0.5.8/Rakefile
cocaine-0.5.8 Rakefile
solidus_backend-1.0.0.pre3 vendor/bundle/gems/cocaine-0.5.7/Rakefile
solidus_backend-1.0.0.pre2 vendor/bundle/gems/cocaine-0.5.7/Rakefile
solidus_backend-1.0.0.pre vendor/bundle/gems/cocaine-0.5.7/Rakefile
cocaine-0.5.7 Rakefile
cocaine-0.5.6 Rakefile
cocaine-0.5.5 Rakefile
cocaine-0.5.4 Rakefile
cocaine-0.5.3 Rakefile
cocaine-0.5.2 Rakefile
cocaine-0.5.1 Rakefile
cocaine-0.5.0 Rakefile
cocaine-0.4.2 Rakefile
cocaine-0.4.1 Rakefile
cocaine-0.4.0 Rakefile
cocaine-0.3.2 Rakefile