Skip to content

Commit

Permalink
Switches travis to use RSpec instead of MiniTest
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Sep 21, 2018
1 parent 50b8568 commit 752b64f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,8 +1,6 @@
sudo: false
language: ruby
script: bundle exec script/test
cache: bundler

rvm:
- 2.2
- 2.3
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,5 +4,5 @@ task :default => :test

desc "Run all tests"
task :test do
exec 'script/test'
exec 'rspec'
end

0 comments on commit 752b64f

Please sign in to comment.