Skip to content

Commit

Permalink
Add default rspec rake task for Travis' benefit
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmartin committed Jun 5, 2017
1 parent eee2360 commit 0c459b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
@@ -1 +1,8 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = Dir.glob("spec/**/*_spec.rb")
#t.rspec_opts = "--format documentation"
end
task :default => :spec

0 comments on commit 0c459b4

Please sign in to comment.