Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-21 15:03:34 +0400
committergitlabhq <m@gitlabhq.com>2011-10-22 15:08:02 +0400
commit24f04c0a6154c6d5890642fb8a8ec16b44146547 (patch)
tree858360319682dd329e4686d0e550fe942bec5e8c /spec
parent977fe7307320ccd7613ea97823b68ab356ebbe60 (diff)
recent radio button
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/projects_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/projects_spec.rb b/spec/requests/projects_spec.rb
index a1bac062404..945c1ea26f5 100644
--- a/spec/requests/projects_spec.rb
+++ b/spec/requests/projects_spec.rb
@@ -73,7 +73,7 @@ describe "Projects" do
end
it "should beahave like dashboard" do
- page.should have_content("Recent history")
+ page.should have_content("History")
end
end