Skip to content

Commit

Permalink
remove rails-dev-tweaks from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Sep 24, 2012
1 parent b7bc2b4 commit 2599df1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion integration_tests/agility/Gemfile
Expand Up @@ -76,7 +76,6 @@ group :assets do
gem 'uglifier', '>= 1.0.3'
end

gem 'rails-dev-tweaks'
gem 'awesome_print'

gem "hobo_simple_color", :git => "git://github.com/Hobo/hobo_simple_color"
Expand Down
4 changes: 0 additions & 4 deletions integration_tests/agility/Gemfile.lock
Expand Up @@ -181,9 +181,6 @@ GEM
activesupport (= 3.2.8)
bundler (~> 1.0)
railties (= 3.2.8)
rails-dev-tweaks (0.6.1)
actionpack (~> 3.1)
railties (~> 3.1)
railties (3.2.8)
actionpack (= 3.2.8)
activesupport (= 3.2.8)
Expand Down Expand Up @@ -256,7 +253,6 @@ DEPENDENCIES
jquery-ui-themes (~> 0.0.4)
paperclip!
rails (= 3.2.8)
rails-dev-tweaks
sass-rails (~> 3.2.3)
shoulda
sqlite3
Expand Down
8 changes: 0 additions & 8 deletions integration_tests/agility/config/environments/development.rb
Expand Up @@ -31,13 +31,5 @@
# Expands the lines which load the assets
config.assets.debug = true

config.dev_tweaks.autoload_rules do
keep :all

skip '/favicon.ico'
skip :assets
keep :xhr
keep :forced
end
end

0 comments on commit 2599df1

Please sign in to comment.