diff --git a/.rubocop/rspec.yml b/.rubocop/rspec.yml index 8ace4bdf..04226fd4 100644 --- a/.rubocop/rspec.yml +++ b/.rubocop/rspec.yml @@ -5,6 +5,8 @@ RSpec: - "spec/**/*_spec.rb" - "spec/spec_helper.rb" - "spec/rails_helper.rb" + Exclude: + - 'db/seeds/**/*' # # Too stupid. There are also views, templates, request specs etc. diff --git a/Gemfile.lock b/Gemfile.lock index 1820cf30..d3dc522d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,7 +191,7 @@ GEM headless (2.3.1) highline (2.0.3) http-accept (1.7.0) - http-cookie (1.0.3) + http-cookie (1.0.4) domain_name (~> 0.5) i18n (1.8.10) concurrent-ruby (~> 1.0) @@ -418,7 +418,7 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) - rubocop-rspec (2.3.0) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0)