Sha256: 62a66263ee016d0ed958be149e705d0bec8aee181df800cfe91dc6166dff4366
Contents?: true
Size: 234 Bytes
Versions: 47
Compression:
Stored size: 234 Bytes
Contents
#!/usr/bin/env rake require 'rake' require "bundler/gem_tasks" require 'rspec/core' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = FileList['spec/**/*_spec.rb'] end task :default => :spec
Version data entries
47 entries across 47 versions & 5 rubygems
Version | Path |
---|---|
scissor-0.3.0 | Rakefile |
pimento-0.0.2 | Rakefile |
launch-agent-0.5.0 | Rakefile |
launch-agent-0.4.1 | Rakefile |
launch-agent-0.4.0 | Rakefile |
launch-agent-0.3.0 | Rakefile |
launch-agent-0.2.0 | Rakefile |