1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

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

View file

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