Commit f0c2f748 authored by Ted Hogan's avatar Ted Hogan

Removed redundent and incorrect tests on WIP

parent 9fc6df51
......@@ -193,16 +193,6 @@ describe MergeRequest, models: true do
expect(subject).to be_work_in_progress
end
it "detects the 'WIP' prefix" do
subject.title = "WIP#{subject.title}"
expect(subject).to be_work_in_progress
end
it "detects the 'WIP:' prefix" do
subject.title = "WIP:#{subject.title}"
expect(subject).to be_work_in_progress
end
it "detects the '[WIP]' prefix" do
subject.title = "[WIP]#{subject.title}"
expect(subject).to be_work_in_progress
......
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