Sha256: 0b9ba7eb5c289e40ee0644353517e8586187514f06a1208a44fd42b4cdbff405

Contents?: true

Size: 183 Bytes

Versions: 24

Compression:

Stored size: 183 Bytes

Contents

<% if options.rspec? %>
require 'rspec/core/rake_task'
 
RSpec::Core::RakeTask.new :spec do |task|
  task.pattern = Dir['spec/**/*_spec.rb']
end
 
task :default => ['spec']
<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
make_it_so-0.0.7 templates/sinatra/Rakefile
make_it_so-0.0.6 templates/sinatra/Rakefile
make_it_so-0.0.5 templates/sinatra/Rakefile
make_it_so-0.0.4 templates/sinatra/Rakefile