Skip to content

Commit

Permalink
Remove guard-rails_best_practices
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Nov 26, 2014
1 parent 05ae73b commit 19d4c76
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ group :development do
gem 'better_errors'
gem 'capistrano', '~> 3.2.0'
gem 'guard-rspec'
gem 'guard-rails_best_practices'
gem 'pry-rails'
gem 'quiet_assets'
gem 'rails_best_practices'
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ GEM
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
guard-rails_best_practices (0.1.3)
activesupport
guard (>= 0.9)
rails_best_practices (>= 1.1.0)
guard-rspec (4.3.1)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
Expand Down Expand Up @@ -360,7 +356,6 @@ DEPENDENCIES
database_rewinder
factory_girl_rails
fog
guard-rails_best_practices
guard-rspec
jbuilder (~> 2.0)
jquery-rails
Expand Down
4 changes: 0 additions & 4 deletions Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ guard :rspec, cmd: "spring rspec" do
watch(%r{^spec/acceptance/(.+)\.feature$})
watch(%r{^spec/acceptance/steps/(.+)_steps\.rb$}) { |m| Dir[File.join("**/#{m[1]}.feature")][0] || 'spec/acceptance' }
end

guard :rails_best_practices do
watch(%r{^app/(.+)\.rb$})
end

0 comments on commit 19d4c76

Please sign in to comment.