Skip to content

Commit

Permalink
Merge 5785544 into 9fb57c8
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiru Njuguna committed Oct 27, 2018
2 parents 9fb57c8 + 5785544 commit bc0e4b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
@@ -1,7 +1,4 @@
---
sudo: false
language: ruby
cache: bundler
rvm:
- 2.5.3
before_install: gem install bundler
# before_install: gem install bundler
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -8,6 +8,7 @@ group :development do
gem "rake"
gem "pry"
gem 'guard'
gem 'rspec'
gem 'guard-rubocop'
gem 'guard-rspec', require: false
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -161,7 +161,7 @@ DEPENDENCIES
natra!
pry
rake
rspec (~> 3.0)
rspec

BUNDLED WITH
1.16.6
12 changes: 2 additions & 10 deletions Rakefile
@@ -1,14 +1,6 @@
require "rake/testtask"
require "bundler/gem_tasks"
require "pry"
require "rspec/core/rake_task"

Rake::TestTask.new(:spec) do |test|
test.libs << 'lib' << 'spec'
test.pattern = 'spec/**/*_spec.rb'
end
RSpec::Core::RakeTask.new(:spec)

task :default => :spec

task :console do
Pry.start
end

0 comments on commit bc0e4b7

Please sign in to comment.