Skip to content

Commit

Permalink
Add ci task
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Aug 10, 2019
1 parent 20232cc commit 825116e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
@@ -1,6 +1,8 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)
FileList['tasks/**/*.rake'].each(&method(:import))

desc 'Run all specs'
task ci: %w[ spec ]

task :default => :spec

0 comments on commit 825116e

Please sign in to comment.