mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix rspec reloaders
This commit is contained in:
@@ -27,9 +27,9 @@ module Autospec
|
|||||||
def reloaders; RELOADERS; end
|
def reloaders; RELOADERS; end
|
||||||
|
|
||||||
# We need to reload the whole app when changing any of these files
|
# We need to reload the whole app when changing any of these files
|
||||||
reload('spec/spec_helper.rb')
|
reload("spec/spec_helper.rb")
|
||||||
reload('config/(.*).rb')
|
reload(%r{config/.+\.rb})
|
||||||
reload('app/helpers/(.*).rb')
|
reload(%r{app/helpers/.+\.rb})
|
||||||
|
|
||||||
def failed_specs
|
def failed_specs
|
||||||
specs = []
|
specs = []
|
||||||
|
|||||||
Reference in New Issue
Block a user