Commit 9f7757ed24969eb004b5b81e967dff5ee4b78b1e

Authored by Dmitriy Zaporozhets
1 parent bdd3513f
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/features/issues_spec.rb
... ... @@ -24,7 +24,7 @@ describe "Issues" do
24 24 end
25 25  
26 26 it "should open new issue popup" do
27   - page.should have_content("Issue ##{issue.id}")
  27 + page.should have_content("Issue ##{issue.iid}")
28 28 end
29 29  
30 30 describe "fill in" do
... ...