mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
FIX: Set generators test framework to RSpec.
This commit is contained in:
@ -180,6 +180,10 @@ module Discourse
|
||||
require 'rbtrace'
|
||||
end
|
||||
|
||||
config.generators do |g|
|
||||
g.test_framework :rspec, fixture: false
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user