Skip to content

Commit

Permalink
Fix travis tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 13, 2019
1 parent 063de4b commit e92de10
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Rakefile
@@ -1,9 +1,6 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"

task :default => :test
RSpec::Core::RakeTask.new(:test)

require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = FileList['test/**/test*.rb']
end
task :default => :test

0 comments on commit e92de10

Please sign in to comment.