Skip to content

Commit

Permalink
Clean up Rakefile and add default
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Jun 22, 2018
1 parent 17884f1 commit 3fd4669
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ require 'rake'
require 'rspec/core/rake_task'

desc "Run all tests"
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = "spec/*_spec.rb"
end
RSpec::Core::RakeTask.new(:spec)
task default: :spec

0 comments on commit 3fd4669

Please sign in to comment.