updated gems, fix pixiv test

This commit is contained in:
albert
2012-08-16 14:33:16 -04:00
parent ac28b5b32a
commit c65feee149
2 changed files with 28 additions and 27 deletions

View File

@@ -29,9 +29,9 @@ GIT
GIT
remote: http://github.com/EmmanuelOga/ffaker.git
revision: 8f7c679ec8c3d27aefe287e04e48e2702b865df9
revision: 48b4cf9bad4aa1e9e1fbcbda6b9bac66df4da475
specs:
ffaker (1.14.0)
ffaker (1.15.0)
GEM
remote: http://gemcutter.org/
@@ -67,8 +67,8 @@ GEM
awesome_print (1.0.2)
builder (3.0.0)
chronic (0.6.7)
coderay (1.0.6)
daemons (1.1.8)
coderay (1.0.7)
daemons (1.1.9)
delayed_job (3.0.3)
activesupport (~> 3.0)
delayed_job_active_record (0.3.2)
@@ -79,12 +79,12 @@ GEM
erubis (2.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (3.3.0)
factory_girl (4.0.0)
activesupport (>= 3.0.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
json (1.7.3)
journey (1.0.4)
json (1.7.4)
libv8 (3.3.10.4)
mail (2.4.4)
i18n (>= 0.4.0)
@@ -92,24 +92,24 @@ GEM
treetop (~> 1.4.8)
memcache-client (1.8.5)
metaclass (0.0.1)
method_source (0.7.1)
mime-types (1.18)
mocha (0.11.4)
method_source (0.8)
mime-types (1.19)
mocha (0.12.3)
metaclass (~> 0.0.1)
multi_json (1.3.6)
net-http-digest_auth (1.2.1)
net-http-persistent (2.6)
newrelic_rpm (3.3.5)
nokogiri (1.5.3)
net-http-persistent (2.7)
newrelic_rpm (3.4.1)
nokogiri (1.5.5)
ntlm-http (0.1.1)
pg (0.13.2)
pg (0.14.0)
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.3)
pry (0.9.9.6)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
@@ -136,16 +136,17 @@ GEM
rdoc (3.12)
json (~> 1.4)
rmagick (2.13.1)
sass (3.1.19)
sass (3.2.1)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
shoulda (3.0.1)
shoulda-context (~> 1.0.0)
shoulda-matchers (~> 1.0.0)
shoulda (3.1.1)
shoulda-context (~> 1.0)
shoulda-matchers (~> 1.2)
shoulda-context (1.0.0)
shoulda-matchers (1.0.0)
shoulda-matchers (1.2.0)
activesupport (>= 3.0.0)
simple_form (2.0.2)
actionpack (~> 3.0)
activemodel (~> 3.0)
@@ -153,7 +154,7 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
slop (2.4.4)
slop (3.3.2)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
@@ -161,7 +162,7 @@ GEM
super_exception_notifier (3.0.13)
actionmailer
rake
therubyracer (0.10.1)
therubyracer (0.10.2)
libv8 (~> 3.3.10)
thor (0.14.6)
tilt (1.3.3)
@@ -169,9 +170,9 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
uglifier (1.2.4)
uglifier (1.2.7)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
multi_json (~> 1.3)
unf (0.0.5)
unf_ext
unf_ext (0.0.5)

View File

@@ -19,7 +19,7 @@ module Sources
end
should "get the image url" do
assert_equal("http://img01.pixiv.net/img/nisieda/9646484.jpg", @site.image_url)
assert_equal("http://i1.pixiv.net/img01/img/nisieda/9646484.jpg", @site.image_url)
end
should "get the tags" do