Skip to content

Commit

Permalink
Fixed failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvaiyanidhi committed Aug 16, 2023
1 parent f633d58 commit be3e9e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
end
end

let(:stages_without_placeholder) { ["discovery", "idea", "done", "on hold", "cancelled", "Drafting"] }
let(:stages_without_placeholder) { ["discovery", "idea", "done", "on hold", "cancelled", "drafting"] }
let(:placeholder) { "Choose the stage" }
let(:stages_with_placeholder) { stages_without_placeholder.prepend(placeholder) }

Expand Down

0 comments on commit be3e9e7

Please sign in to comment.