Commit 9f7757ed authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix rspec test after bdd3513f

parent bdd3513f
......@@ -24,7 +24,7 @@ describe "Issues" do
end
it "should open new issue popup" do
page.should have_content("Issue ##{issue.id}")
page.should have_content("Issue ##{issue.iid}")
end
describe "fill in" do
......
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