We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a536622 commit db852bfCopy full SHA for db852bf
.travis.yml
@@ -19,6 +19,4 @@ matrix:
19
- rvm: jruby-head
20
- rvm: ruby-head
21
fast_finish: true
22
-script:
23
- - rake test
24
sudo: false
Rakefile
@@ -1,10 +1,6 @@
1
# frozen_string_literal: true
2
require 'bundler/gem_tasks'
3
-
4
-require 'rubocop/rake_task'
5
-RuboCop::RakeTask.new
6
-task :default => :rubocop
7
8
require 'rspec/core/rake_task'
+
9
RSpec::Core::RakeTask.new(:spec)
10
-task :test => :spec
+task :default => :spec
0 commit comments