Sha256: 0db93b902bffc05bbfe582431dd1092b5ca715471bf8a351582b97804be12a9d

Contents?: true

Size: 199 Bytes

Versions: 14

Compression:

Stored size: 199 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

task :default => :spec

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
artwork-1.0.0 Rakefile
artwork-0.7.3 Rakefile
artwork-0.7.2 Rakefile
artwork-0.7.1 Rakefile
artwork-0.7.0 Rakefile
artwork-0.6.1 Rakefile
artwork-0.6.0 Rakefile
artwork-0.5.0 Rakefile
artwork-0.4.2 Rakefile
artwork-0.4.1 Rakefile
artwork-0.4.0 Rakefile
artwork-0.3.2 Rakefile
artwork-0.3.1 Rakefile
artwork-0.3.0 Rakefile