User Settings: Rename Experiments to Nostr
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
And use a nostr icon
This commit is contained in:
@@ -7,9 +7,9 @@ RSpec.describe "Settings", type: :request do
|
||||
login_as user, :scope => :user
|
||||
end
|
||||
|
||||
describe "GET /settings/experiments" do
|
||||
describe "GET /settings/nostr" do
|
||||
it "works" do
|
||||
get setting_path(:experiments)
|
||||
get setting_path(:nostr)
|
||||
expect(response).to have_http_status(200)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user