mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
10 lines
253 B
Ruby
10 lines
253 B
Ruby
require 'rails_helper'
|
|
|
|
describe ClientApi::ConfigurationsController, type: :controller, broken: true do
|
|
login_user
|
|
|
|
describe '#about_scinote' do
|
|
let(:subject) { get :about_scinote, format: :json }
|
|
it { is_expected.to be_success }
|
|
end
|
|
end
|