Sha256: 2b77f9328d3700c32ccfdffa49f471278f1197ae32883fc09ad69f1f58676cc6
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
#!/usr/bin/env rake require File.expand_path('../config/application', __FILE__) App::Application.load_tasks require 'rspec/core/rake_task' task :default => :spec RSpec::Core::RakeTask.new do |t| t.pattern = File.expand_path 'spec/*_spec.rb' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_attachments-0.1.1 | test/Rakefile |