Sha256: 3d179ea2388350fd775bbccf73e48648dcbc255f8532b7f726a57e1d8a85712b
Contents?: true
Size: 278 Bytes
Versions: 2
Compression:
Stored size: 278 Bytes
Contents
require 'rspec/core/rake_task' desc 'Default: run specs.' task :default => :spec desc "Run specs" RSpec::Core::RakeTask.new do |task| task.pattern = "**/spec/*_spec.rb" task.rspec_opts = [] task.rspec_opts << '--color' task.rspec_opts << '-f documentation' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
googlecharts-1.6.12 | Rakefile |
googlecharts-1.6.10 | Rakefile |