Skip to content

Commit

Permalink
insignificant tweaks to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Nov 12, 2012
1 parent 8e45d32 commit 1a0bddc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration_tests/agility/app/views/taglibs/application.dryml
@@ -1,7 +1,5 @@
<!-- Global taglib - these tags are shared across all subsites -->

<include src="rapid" plugin="hobo"/>

<include gem="hobo_clean"/>
<include gem="hobo_rapid"/>
<include gem="hobo_jquery"/>
Expand Down
Expand Up @@ -32,4 +32,11 @@

# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr

# Do not compress assets
config.assets.compress = false

# Expands the lines which load the assets
config.assets.debug = true

end

0 comments on commit 1a0bddc

Please sign in to comment.