Sha256: d3bd3430cda6dfe2ebb80caad169a7fb79b49e438e9e3d4d838c72b4f132a40c
Contents?: true
Size: 387 Bytes
Versions: 6
Compression:
Stored size: 387 Bytes
Contents
require 'bundler/setup' APP_RAKEFILE = File.expand_path('./fixture_rails_root/Rakefile') load 'rails/tasks/engine.rake' load 'rails/tasks/statistics.rake' require 'bundler/gem_tasks' require 'rspec/core/rake_task' desc 'run specs' RSpec::Core::RakeTask.new do |t| t.rspec_opts = ['-c', '-f d', '-r ./spec/spec_helper.rb'] t.pattern = 'spec/**/*_spec.rb' end task default: :spec
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
borutus-1.0.0 | Rakefile |
borutus-0.2.4 | Rakefile |
borutus-0.2.3 | Rakefile |
borutus-0.2.2 | Rakefile |
borutus-0.2.1 | Rakefile |
borutus-0.2.0 | Rakefile |