Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
[ch69519] Add skeleton tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
recurser committed Aug 28, 2020
1 parent b7118f6 commit 8e57868
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/trailer/concern_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

RSpec.describe Trailer::Concern do
it 'has tests'
end
5 changes: 5 additions & 0 deletions spec/trailer/configuration_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

RSpec.describe Trailer::Configuration do
it 'has tests'
end
5 changes: 5 additions & 0 deletions spec/trailer/middleware/rack_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

RSpec.describe Trailer::Middleware::Rack do
it 'has tests'
end
5 changes: 5 additions & 0 deletions spec/trailer/middleware/sidekiq_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

RSpec.describe Trailer::Middleware::Sidekiq do
it 'has tests'
end
5 changes: 5 additions & 0 deletions spec/trailer/recorder_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

RSpec.describe Trailer::Recorder do
it 'has tests'
end
5 changes: 5 additions & 0 deletions spec/trailer/storage/cloud_watch_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

RSpec.describe Trailer::Storage::CloudWatch do
it 'has tests'
end
5 changes: 5 additions & 0 deletions spec/trailer/utility_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

RSpec.describe Trailer::Utility do
it 'has tests'
end

0 comments on commit 8e57868

Please sign in to comment.