mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 12:27:16 +08:00
Update the Receiver and PollMailbox specs for the changes
Tests are both added, moved, and deleted. Add test for topic not being created Move html_only.eml to parse_body testing section
This commit is contained in:
@ -30,6 +30,7 @@ Spork.prefork do
|
||||
# Requires supporting ruby files with custom matchers and macros, etc,
|
||||
# in spec/support/ and its subdirectories.
|
||||
Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f}
|
||||
Dir[Rails.root.join("spec/fabricators/*.rb")].each {|f| require f}
|
||||
|
||||
# let's not run seed_fu every test
|
||||
SeedFu.quiet = true if SeedFu.respond_to? :quiet
|
||||
|
Reference in New Issue
Block a user