Sha256: aefe015e20c0832518d02b8a94eaef15e9b117ea3a01e4fe841b9500417551aa

Contents?: true

Size: 182 Bytes

Versions: 6

Compression:

Stored size: 182 Bytes

Contents

require "bundler/gem_tasks"

require "rspec/core/rake_task"
desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = 'spec/**/*_spec.rb'
end
task :default => :spec

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
hash_initialized_struct-1.3.0 Rakefile
hash_initialized_struct-1.2.0 Rakefile
hash_initialized_struct-1.1.0 Rakefile
hash_initialized_struct-1.0.0 Rakefile
railsless-active_record-0.0.2 Rakefile
railsless-active_record-0.0.1 Rakefile