Skip to content

Commit

Permalink
Merge pull request #947 from scientist-softserv/remove-prepopulator-c…
Browse files Browse the repository at this point in the history
…hange-test

☑️ Remove ChangeSet#prepopulate! test
  • Loading branch information
tamsin woo authored Feb 20, 2024
2 parents 0007796 + e9313b1 commit 68ff16f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/valkyrie/specs/shared_specs/change_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@
end
end

describe "#prepopulate!" do
it "doesn't make it look changed" do
expect(change_set).not_to be_changed
change_set.prepopulate!
expect(change_set).not_to be_changed
end
end

describe "#required?" do
it "returns a boolean" do
expect(change_set.required?(change_set.fields.keys.first)).to be_in [true, false]
Expand Down

0 comments on commit 68ff16f

Please sign in to comment.