♻️ :: Restructure tests

This commit is contained in:
Felix Mau
2022-09-16 14:35:38 +02:00
parent 55372e4bf5
commit 8757179241
66 changed files with 1001 additions and 1458 deletions
+7 -1
View File
@@ -31,7 +31,13 @@ Inspired by https://codepen.io/marcobiedermann/pen/LExXWW
s.swift_version = '5.5'
s.ios.deployment_target = '13.0'
s.source_files = 'GradientLoadingBar/**/*'
s.source_files = 'GradientLoadingBar/Sources/**/*.swift'
s.test_spec 'Tests' do |test_spec|
test_spec.requires_app_host = true
test_spec.source_files = 'GradientLoadingBar/Tests/**/*.{swift,md}'
test_spec.dependency 'SnapshotTesting', '~> 1.9'
end
# s.resource_bundles = {
# 'GradientLoadingBar' => ['GradientLoadingBar/Assets/*.png']