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.6.0 templates/sinatra/Rakefile
make_it_so-0.5.1 templates/sinatra/Rakefile
make_it_so-0.5.0 templates/sinatra/Rakefile
make_it_so-0.4.5 templates/sinatra/Rakefile
make_it_so-0.4.3 templates/sinatra/Rakefile
make_it_so-0.4.2 templates/sinatra/Rakefile
make_it_so-0.4.1 templates/sinatra/Rakefile
make_it_so-0.4.0 templates/sinatra/Rakefile
make_it_so-0.3.8 templates/sinatra/Rakefile
make_it_so-0.3.7 templates/sinatra/Rakefile
make_it_so-0.3.6 templates/sinatra/Rakefile
make_it_so-0.3.5 templates/sinatra/Rakefile
make_it_so-0.3.4 templates/sinatra/Rakefile
make_it_so-0.2.4 templates/sinatra/Rakefile
make_it_so-0.2.3 templates/sinatra/Rakefile
make_it_so-0.1.4 templates/sinatra/Rakefile
make_it_so-0.1.3 templates/sinatra/Rakefile
make_it_so-0.1.1 templates/sinatra/Rakefile
make_it_so-0.1.0 templates/sinatra/Rakefile
make_it_so-0.0.9 templates/sinatra/Rakefile