caelum / hypertemplate

A hypermedia resource template engine
Other
17 stars 11 forks source link

Test suite seems to be broken #2

Open jeroenvandijk opened 13 years ago

jeroenvandijk commented 13 years ago

I did a bundle install and after that a bundle exec rake and that didn't work. Then I changed the gemspec a bit to get all the dependencies, but it seems there is a conflict between the test Rails app that requires Rails 2.3.8 with a dependency on Rack version 1.1.0 whereas the Rack version required by the Gemfile is ~> 1.2.0...

Can you confirm this?

I wanted to do a patch for Restfulie to add MultiJson instead of json_pure

guilhermesilveira commented 13 years ago

You are correct. there is a conflict between the test app and the gem itself... if you can update the test app to any other compatible version, go for it! ill take a look at the patch now

kshahkshah commented 13 years ago

I've seen the same, and though I'm using Rails 2.3, I'm almost tempted to just settle on testing for Rails 3 only.

Maybe drop support for the old DSL?

Thoughts?