We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8e64f commit b343690Copy full SHA for b343690
spec/requests/targets_controller_spec.rb
@@ -2,7 +2,7 @@
2
3
require "rails_helper"
4
5
-describe DiscourseTeambuild::TargetsController do
+RSpec.describe DiscourseTeambuild::TargetsController do
6
7
it "returns 404 when anonymous" do
8
SiteSetting.teambuild_enabled = true
spec/requests/teambuild_controller_spec.rb
-describe DiscourseTeambuild::TeambuildController do
+RSpec.describe DiscourseTeambuild::TeambuildController do
it "returns 403 when anonymous" do
0 commit comments