Skip to content

Commit

Permalink
Merge pull request makersacademy#1441 from makersacademy/tweak-set-up
Browse files Browse the repository at this point in the history
Tidy project set up
  • Loading branch information
jamesjoshuahill authored Dec 12, 2019
2 parents 7b64a68 + f46fea8 commit 6a4c20d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
- postgresql

before_script:
- psql -c 'create database chitter_test;' -U postgres
- psql -U postgres -c 'CREATE DATABASE chitter_test;'

script:
- bundle exec rspec
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
source 'https://rubygems.org'

gem 'rake'
gem 'rubocop', '0.71.0'

group :test do
gem 'rspec'
gem 'rubocop', '0.71.0'
gem 'simplecov', require: false
gem 'simplecov-console', require: false
end
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ GEM
parser (2.6.5.0)
ast (~> 2.4.0)
rainbow (3.0.0)
rake (13.0.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand Down Expand Up @@ -50,7 +49,6 @@ PLATFORMS
ruby

DEPENDENCIES
rake
rspec
rubocop (= 0.71.0)
simplecov
Expand Down
7 changes: 0 additions & 7 deletions Rakefile

This file was deleted.

0 comments on commit 6a4c20d

Please sign in to comment.