Sha256: 3f4cc20c1d9ecddab486b2fe6c244ab6b5fa41af58fa7444c5bfa440450cb089
Contents?: true
Size: 283 Bytes
Versions: 5
Compression:
Stored size: 283 Bytes
Contents
require 'bundler/gem_tasks' require 'rspec' require 'rspec/core/rake_task' desc 'Default: run specs.' task :default => :spec desc 'Run specs' RSpec::Core::RakeTask.new do |t| # t.pattern = './spec/**/*_spec.rb' # it's default. # Put spec opts in a file named .rspec in root end
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
ember_cli_deploy_redis-1.0.2 | Rakefile |
ember_cli_deploy_redis-1.0.1 | Rakefile |
json_schema_builder-0.1.0 | Rakefile |
ember_cli_deploy_redis-1.0.0 | Rakefile |
ember_cli_deploy_redis-0.1.0 | Rakefile |