Skip to content

Commit

Permalink
Merge 2ca2b48 into 5567dab
Browse files Browse the repository at this point in the history
  • Loading branch information
atz committed Aug 27, 2018
2 parents 5567dab + 2ca2b48 commit be128cb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,6 +11,7 @@ config/certs/*
config/cli_environments/development.rb
config/cli_environments/stage.rb
config/cli_environments/local.rb
db/*.sqlite3
spec/test_data/logging/*
doc/*
log/*
Expand Down
1 change: 1 addition & 0 deletions .rspec
@@ -1 +1,2 @@
--color
--require spec_helper
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -53,6 +53,7 @@ end

group :development, :test do
gem 'byebug'
gem 'rspec-rails', '~> 3.7'
gem 'rubocop', '~> 0.58'
gem 'rubocop-rspec'
end
9 changes: 9 additions & 0 deletions Gemfile.lock
Expand Up @@ -349,6 +349,14 @@ GEM
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-rails (3.8.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.58.2)
jaro_winkler (~> 1.5.1)
Expand Down Expand Up @@ -475,6 +483,7 @@ DEPENDENCIES
retries
roo
rspec (~> 3.0)
rspec-rails (~> 3.7)
rubocop (~> 0.58)
rubocop-rspec
ruby-prof
Expand Down
1 change: 1 addition & 0 deletions spec/rails_helper.rb
Expand Up @@ -5,6 +5,7 @@
# Prevent database truncation if the environment is production
abort("The Rails environment is running in production mode!") if Rails.env.production?

require 'rspec/rails'
# Add additional requires below this line. Rails is not loaded until this point!

# auto-require all ruby files in the support directory
Expand Down

0 comments on commit be128cb

Please sign in to comment.