Skip to content

Commit 61602f0

Browse files
authored
Merge pull request #6517 from rubyforgood/stub-tests
create stubs for missing tests
2 parents bd65529 + 220170a commit 61602f0

File tree

53 files changed

+367
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+367
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require "rails_helper"
2+
3+
RSpec.describe Api::V1::SessionBlueprint do
4+
# TODO: Add tests for Api::V1::SessionBlueprint
5+
6+
pending "add some tests for Api::V1::SessionBlueprint"
7+
end
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require "rails_helper"
2+
3+
RSpec.describe "Channel", type: :channel do
4+
# TODO: Add tests for Channel
5+
6+
pending "add some tests for Channel"
7+
end
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require "rails_helper"
2+
3+
RSpec.describe "Connection", type: :channel do
4+
# TODO: Add tests for Connection
5+
6+
pending "add some tests for Connection"
7+
end
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require "rails_helper"
2+
3+
RSpec.describe CourtDateParams, type: :controller do
4+
# TODO: Add tests for CourtDateParams
5+
6+
pending "add some tests for CourtDateParams"
7+
end
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require "rails_helper"
2+
3+
RSpec.describe FollowupReportsController, type: :controller do
4+
# TODO: Add tests for FollowupReportsController
5+
6+
pending "add some tests for FollowupReportsController"
7+
end
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require "rails_helper"
2+
3+
RSpec.describe LearningHourTopicsController, type: :controller do
4+
# TODO: Add tests for LearningHourTopicsController
5+
6+
pending "add some tests for LearningHourTopicsController"
7+
end
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require "rails_helper"
2+
3+
RSpec.describe LearningHourTypesController, type: :controller do
4+
# TODO: Add tests for LearningHourTypesController
5+
6+
pending "add some tests for LearningHourTypesController"
7+
end
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require "rails_helper"
2+
3+
RSpec.describe LearningHours::VolunteersController, type: :controller do
4+
# TODO: Add tests for LearningHours::VolunteersController
5+
6+
pending "add some tests for LearningHours::VolunteersController"
7+
end
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require "rails_helper"
2+
3+
RSpec.describe MileageReportsController, type: :controller do
4+
# TODO: Add tests for MileageReportsController
5+
6+
pending "add some tests for MileageReportsController"
7+
end
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require "rails_helper"
2+
3+
RSpec.describe PlacementsController, type: :controller do
4+
# TODO: Add tests for PlacementsController
5+
6+
pending "add some tests for PlacementsController"
7+
end

0 commit comments

Comments
 (0)