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

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJulian Ladisch <julianladisch@users.noreply.github.com>2015-01-18 23:00:16 +0300
committerJulian Ladisch <julianladisch@users.noreply.github.com>2015-01-18 23:00:16 +0300
commitc4412ef0b1350b5e8d42077a2da610540dbac574 (patch)
treec0ef36660f6b3266bcd23e29d5c1df7941d51f60 /test
parented89820ca14d5fa7fcb31cfc654a1080e0817325 (diff)
https change for use.typekit.com and chart.apis.google.com
Diffstat (limited to 'test')
-rw-r--r--test/unit/helpers/site_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/site_helper_test.rb b/test/unit/helpers/site_helper_test.rb
index 01ae64bc..1ec0c29a 100644
--- a/test/unit/helpers/site_helper_test.rb
+++ b/test/unit/helpers/site_helper_test.rb
@@ -20,7 +20,7 @@ class SiteHelperTest < ActionView::TestCase
test "should create gchart" do
src = gchart("git", [[0,1],[0,1]])
- assert_equal "<img src=\"http://chart.apis.google.com/chart?chxt=x&amp;cht=bvs&amp;chl=0|0&amp;chd=t:1,1&amp;chds=0,1&amp;chs=100x125&amp;chco=E09FA0|E05F49&amp;chf=bg,s,fcfcfa&chtt=git\" alt=\"init benchmarks\" />", src
+ assert_equal "<img src=\"https://chart.googleapis.com/chart?chxt=x&amp;cht=bvs&amp;chl=0|0&amp;chd=t:1,1&amp;chds=0,1&amp;chs=100x125&amp;chco=E09FA0|E05F49&amp;chf=bg,s,fcfcfa&chtt=git\" alt=\"init benchmarks\" />", src
end
end