jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Load spec_helper synchronized with specs (when using AMD) #196

Closed halan closed 10 years ago

halan commented 10 years ago

This way I can write my spec_helper as an AMD module and make sure that the spec_helper will be loaded before my specs.

I think that load requireJS is not responsability of the spec_helper. I use this boot_require_js and works fine with squire, chai and all.

jejacks0n commented 10 years ago

Thanks! Is there any readme updates that need to happen?