jejacks0n / mercury

Mercury Editor: The Rails WYSIWYG editor that allows embedding full page editing capabilities directly inline.
http://jejacks0n.github.com/mercury
Other
2.63k stars 531 forks source link

Add unit tests for the mercury editor #5

Closed balupton closed 13 years ago

balupton commented 13 years ago

To ensure what you get is expected - quicker than manual testing :)

jejacks0n commented 13 years ago

There's already over 570 jasmine specs, which function as our unit tests. To run them, clone the project and run:

rake spec:javascripts

Or start up the rails server and browse to /evergreen

jejacks0n commented 13 years ago

I'm also planning on building out the cucumber features as well, which will function as more complete integration tests.