mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-23 05:28:53 +00:00
Remove Bugherd
🔥
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
feature 'External services' do
|
||||
include AuthenticationHelper
|
||||
|
||||
describe "bugherd" do
|
||||
before do
|
||||
Spree::Config.bugherd_api_key = nil
|
||||
login_to_admin_section
|
||||
end
|
||||
|
||||
it "lets me set an API key" do
|
||||
visit spree.edit_admin_general_settings_path
|
||||
|
||||
fill_in 'bugherd_api_key', with: 'abc123'
|
||||
click_button 'Update'
|
||||
|
||||
expect(page).to have_content 'General Settings has been successfully updated!'
|
||||
expect(Spree::Config.bugherd_api_key).to eq 'abc123'
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user