Skip to content
allomov edited this page Dec 4, 2012 · 6 revisions

Before being able to run the tests, you must link your Ext JS library to test/core_test_app/public, e.g. (from the gems's root):

ln -s ~/code/sencha/ext-4.0.0 test/core_test_app/public/extjs

Then prepare the database (from test/core_test_app):

rake db:create && rake db:migrate && rake db:test:clone_structure

For cucumber tests, run:

cucumber features

For RSpec tests:

rspec spec