From dcf7fdca32009925475bd1cb2fd7d62d87118d15 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Fri, 6 Mar 2015 14:41:57 -0500 Subject: [PATCH] fix test --- tests/acceptance/index_tests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/index_tests.rb b/tests/acceptance/index_tests.rb index 19c01800..d23cf98c 100644 --- a/tests/acceptance/index_tests.rb +++ b/tests/acceptance/index_tests.rb @@ -47,7 +47,7 @@ describe '/' do it 'loads static info pages' do links = [ ['About', 'about'], - ['Tutorials', 'tutorials'], + ['Learn', 'tutorials'], ['Donate', 'donate'], ['API', 'api'], ['Terms', 'terms'],