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