Skip to content

Commit d1c217c

Browse files
committed
fix: correct capitalization in Donation Site option text
1 parent 73afe2d commit d1c217c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/helpers/donations_helper_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
it "returns the options array including 'new' option for DonationSite" do
44
donation_sites_relation = DonationSite.all
55
options = helper.options_with_new(donation_sites_relation)
6-
expect(options.last).to eq(["---Create New Donation site---", "new"])
6+
expect(options.last).to eq(["---Create New Donation Site---", "new"])
77
end
88

99
it "returns the options array including 'new' option for ProductDrive" do

0 commit comments

Comments
 (0)