mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 10:38:50 +01:00
Prefill original title and content from projecteuler.net
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
require 'codacy-coverage'
|
||||
require 'webmock/minitest'
|
||||
|
||||
Codacy::Reporter.start
|
||||
|
||||
@@ -10,6 +11,8 @@ class ActiveSupport::TestCase
|
||||
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
|
||||
fixtures :all
|
||||
|
||||
WebMock.disable_net_connect!
|
||||
|
||||
# Add more helper methods to be used by all tests here...
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user