polarblau / spinaltap

Yet another Rails / Backbone gem
Other
3 stars 1 forks source link

Fix inclusion order of vertebrae manifest #52

Open polarblau opened 12 years ago

polarblau commented 12 years ago

It seems at leas in the jasmine tests the order is not obeyed. E.g. config/routes is included before test_app.

pietia commented 12 years ago

@polarblau , check out f4204db . why did 'test_app' was hardcoded there ? :) I hope this commit fixes the problem.

pietia commented 12 years ago

damn, existence "fix" keyword in the commit name shouldn't close the ticket automatically ...

polarblau commented 12 years ago

It seems that the test/jasmine/support/jasmine.yml file is pretty much ignored. You can punch in whatever paths you want and don't get any errors, no matter if the paths exists or not. Hence we can't be sure that the spinaltap manifest and the listed files are actually available.

polarblau commented 12 years ago

Btw., the path to the uncommon location for the config file is set in .jasmine-headless-webkit.