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