summaryrefslogtreecommitdiff
path: root/spec/requests/issues_spec.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-09 01:56:10 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-09 01:56:10 +0200
commita44e329222516573ae3a9c255801bd057ec2fd36 (patch)
treebba5c6ab3bb2f8ee250e42d0937d108f72cc4cba /spec/requests/issues_spec.rb
parent1d85197b08346c99e6015cb25b31f8fd10f4100f (diff)
downloadgitlab-ce-a44e329222516573ae3a9c255801bd057ec2fd36.tar.gz
project dashboard updated
Diffstat (limited to 'spec/requests/issues_spec.rb')
-rw-r--r--spec/requests/issues_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/requests/issues_spec.rb b/spec/requests/issues_spec.rb
index 0dda659b405..235b0b22760 100644
--- a/spec/requests/issues_spec.rb
+++ b/spec/requests/issues_spec.rb
@@ -158,7 +158,6 @@ describe "Issues" do
it "should have valid show page for issue" do
page.should have_content @issue.title
page.should have_content @user.name
- page.should have_content "today"
end
end