Commit 9f7757ed24969eb004b5b81e967dff5ee4b78b1e
1 parent
bdd3513f
Exists in
master
and in
4 other branches
Fix rspec test after bdd3513f03a1db060051a29ffcf535821235eac1
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,7 +24,7 @@ describe "Issues" do | ||
24 | end | 24 | end |
25 | 25 | ||
26 | it "should open new issue popup" do | 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 | end | 28 | end |
29 | 29 | ||
30 | describe "fill in" do | 30 | describe "fill in" do |