attentive/spec/javascripts/spec_helper.rb

11 lines
162 B
Ruby
Raw Permalink Normal View History

2012-03-13 17:20:57 +00:00
Flowerbox.configure do |c|
c.test_with :jasmine
c.run_with :node
c.asset_paths << "lib/assets/javascripts"
c.report_with :verbose
2012-03-16 02:49:16 +00:00
c.port = 25123
2012-03-13 17:20:57 +00:00
end