Rakefile in rambulance-0.1.2 vs Rakefile in rambulance-0.2.0

- old
+ new

@@ -1,12 +1,10 @@ # encoding: utf-8 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 +RSpec::Core::RakeTask.new(:spec) task default: "spec:all" namespace :spec do desc "Run Tests with the default exceptions app"