citrus / spree_essential_cms

SpreeEssentialCms is a full featured CMS for Spree Commerce.
BSD 3-Clause "New" or "Revised" License
68 stars 82 forks source link

Add spree namespace compatibility #5

Closed kpitn closed 12 years ago

citrus commented 12 years ago

Thanks for your contribution! I've pulled this into my local 1.0.x branch and am working on getting the tests to pass again. Once they're all green I'll merge this into master.

On another note I released spree_essentials v0.40.0.rc1 to rubygems. This version supports spree ~> 1.0.0.rc1.

Thanks again!

-Spencer

kpitn commented 12 years ago

I was using your 1.0.x branch of spree_essentials.

But i don't know how to launch the test, what are the command to execute ?

citrus commented 12 years ago

The tests are all passing now and I've released v0.3.0.rc1 to rubygems.

To run the tests cd spree_essential_cms then run bundle exec dummier to setup your testing environment. Now run bundle exec rake to run the tests. I added more detailed instructions to the readme too..

Let me know if you have any questions!

-Spencer

kpitn commented 12 years ago

Thank for your help, i will test this.

citrus commented 12 years ago

You're welcome! Let me know how it goes..