Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Appease the coppahs
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Mar 29, 2024
1 parent 56f391e commit d0b1009
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/models/fcrepo_endpoint_spec.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# frozen_string_literal: true

RSpec.describe FcrepoEndpoint do
let(:base_path) { 'foobar' }
subject { described_class.new base_path: base_path }

let(:base_path) { 'foobar' }

describe '.options' do
it 'uses the configured application settings' do
expect(subject.options[:base_path]).to eq base_path
Expand Down

0 comments on commit d0b1009

Please sign in to comment.