mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:12:26 +08:00
FIX: Set generators test framework to RSpec.
This commit is contained in:
parent
4381afac1b
commit
ae047c39a4
|
@ -180,6 +180,10 @@ module Discourse
|
|||
require 'rbtrace'
|
||||
end
|
||||
|
||||
config.generators do |g|
|
||||
g.test_framework :rspec, fixture: false
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user