Don't depend on haml-contrib in tests.

I recently added a rescue from LoadError if the Maruku and Textile
filters from haml-contrib aren't available. Since we don't test those
filters here, there's no longer any need to depend on haml-contrib even
for development.

See issue #551

[ci skip]
This commit is contained in:
Norman Clarke 2012-05-31 12:38:23 -03:00
parent c99b7a9fc2
commit 50a5291849
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
source :rubygems
gemspec
gem "haml-contrib", :path => "vendor/haml-contrib"
platform :mri do
gem "ruby-prof"
end