Sha256: a39f08c7994c94c53496e6f3a78212ceadba39749cafcbe6637fbad296895bd5
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 Bytes
Contents
#!/usr/bin/env rake #require 'bundler/setup' require "bundler/gem_tasks" require 'rspec/core/rake_task' RSpec::Core::RakeTask.new do |t| t.pattern = "spec/**/*_spec.rb" t.rspec_opts = '--color --format progress' t.verbose = false end task :default => [:spec]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aktion_test_rails-0.3.0 | Rakefile |
aktion_test_rails-0.2.0 | Rakefile |