diff options
author | José Valim <jose.valim@gmail.com> | 2011-05-04 18:46:19 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-05-04 18:46:19 +0200 |
commit | f6dc81636727d5cb75122466117ddcadd32a225b (patch) | |
tree | bff4e87141b88458eb8dae01802cdea77eae8d66 | |
parent | 92661b0c501a65b7f2d9ac8fbf9743152b8a031b (diff) | |
download | rails-f6dc81636727d5cb75122466117ddcadd32a225b.tar.gz rails-f6dc81636727d5cb75122466117ddcadd32a225b.tar.bz2 rails-f6dc81636727d5cb75122466117ddcadd32a225b.zip |
Let's run those precious tests against the gem.
-rw-r--r-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,8 +8,6 @@ else gem "arel", '~> 2.1.0' end -gem "sprockets", :git => "git://github.com/sstephenson/sprockets.git" - gem "coffee-script" gem "sass" gem "uglifier" |