11 lines
162 B
Ruby
11 lines
162 B
Ruby
Flowerbox.configure do |c|
|
|
c.test_with :jasmine
|
|
c.run_with :node
|
|
|
|
c.asset_paths << "lib/assets/javascripts"
|
|
|
|
c.report_with :verbose
|
|
c.port = 25123
|
|
end
|
|
|