Skip to content

Commit d80eeac

Browse files
committed
Adjust naming
1 parent 2a534cc commit d80eeac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/system/bootcamp/custom_functions_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
require_relative "base_test"
22

33
module Bootcamp
4-
class EditorTest < BaseTest
5-
test "things render" do
4+
class CustomFunctionsTest < BaseTest
5+
test "custom function editor page renders" do
66
user = create(:user, bootcamp_attendee: true)
77

88
use_capybara_host do

0 commit comments

Comments
 (0)