Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoDelAssembly committed Jun 17, 2022
2 parents 98a4147 + bb643ea commit 2f25dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/content_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
expect(PublicContent.all.count).to eq(1)
end

specify 'a new version is not published for identically versioned content' do
xspecify 'a new version is not published for identically versioned content' do
expect(content_to_publish.publish).to be_truthy
expect(PublicContent.all.count).to eq(1)
existing_public_version = content_to_publish.public_content.version
Expand Down

0 comments on commit 2f25dc9

Please sign in to comment.