mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 03:05:42 +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…
x
Reference in New Issue
Block a user