Files
2015-03-01 12:57:20 +01:00

6 lines
139 B
Ruby

TestSquad.configure do |config|
# Set the testing framework.
# Can be jasmine, qunit, mocha or ember.
config.framework = 'ember'
end