Skip to content

Commit

Permalink
Fix remaining resource specs
Browse files Browse the repository at this point in the history
  • Loading branch information
atd committed Sep 13, 2024
1 parent 8a9492d commit e870090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/public/resource_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
it { expect(resource.schema.properties.first.name).to eq 'foo' }

describe '#collection_name' do
it { expect(resource.collection_name).to eq('employees') }
it { expect(resource.collection_name).to eq('dummy_repos') }
end

describe '#path' do
it { expect(resource.path).to eq('employees/employee') }
it { expect(resource.path).to eq('dummyrepo/dummy_repo') }
end

describe '#dump' do
Expand Down

0 comments on commit e870090

Please sign in to comment.