2012-02-29 19:23:56 +00:00
|
|
|
Flowerbox.configure do |c|
|
|
|
|
c.test_with :jasmine
|
2012-02-29 20:16:55 +00:00
|
|
|
c.run_with :node
|
2012-02-29 19:23:56 +00:00
|
|
|
|
|
|
|
c.spec_patterns << "*_spec.*"
|
|
|
|
c.spec_patterns << "**/*_spec.*"
|
|
|
|
|
2012-02-29 20:16:55 +00:00
|
|
|
c.test_environment.reporters << "SimpleNodeReporter"
|
2012-02-29 19:23:56 +00:00
|
|
|
end
|
|
|
|
|