Commit 01b811ca authored by Gary Holtz's avatar Gary Holtz

Small fix that was causing a spec issue

parent e7617820
...@@ -116,7 +116,7 @@ RSpec.describe Suggestions::ApplyService do ...@@ -116,7 +116,7 @@ RSpec.describe Suggestions::ApplyService do
let(:message) { "i'm a custom commit message!" } let(:message) { "i'm a custom commit message!" }
it "uses the user's commit message" do it "uses the user's commit message" do
apply(suggestions, message: message) apply(suggestions, message)
expect(project.repository.commit.message).to(eq(message)) expect(project.repository.commit.message).to(eq(message))
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment