testdouble / jasmine-rails

A Jasmine runner for rails projects that's got you covered in both the terminal and the browser
http://rubygems.org/gems/jasmine-rails
MIT License
378 stars 154 forks source link

Where does spec/javascripts/helpers/spec_helper.js come from? #97

Closed bwiggs closed 10 years ago

bwiggs commented 10 years ago

Going through the docs and it's a bit unclear as to where the spec/javascripts/helpers/spec_helper.js comes from? Do i create it? Should it be in my path somewhere already?

searls commented 10 years ago

Ah that was just an example if you happen to be using sprockets to do all your requiring for you. By default any file found in helpers/ will be loaded prior to your specs.