Skip to content

Commit

Permalink
Correct typo in class name
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenge authored Jan 20, 2023
1 parent a43550b commit 529d2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command-query/exercises/cupcakes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

RSpec.describe Cupcakes do
it 'has no sweetest when there are no cupcakes' do
cupcakes = Cupcake.new
cupcakes = Cupcakes.new
expect(cupcakes.sweetest).to be_nil
end

Expand Down

0 comments on commit 529d2b4

Please sign in to comment.