Tidy up homepage and navigation
This commit is contained in:
@@ -4,7 +4,7 @@ require "test_helper"
|
||||
|
||||
class PathScannerDetectorJobTest < ActiveJob::TestCase
|
||||
setup do
|
||||
@project = Project.first || Project.create!(
|
||||
@project = Project.first || #Project.create!(
|
||||
name: "Test Project",
|
||||
slug: "test-project",
|
||||
public_key: SecureRandom.hex(16)
|
||||
|
||||
Reference in New Issue
Block a user