Skip to content

Commit

Permalink
Merge pull request #22 from drecom/feature/failed_travis
Browse files Browse the repository at this point in the history
Feature/failed travis
  • Loading branch information
sue445 committed Mar 18, 2014
2 parents 5c3a5e0 + bcb95c9 commit e72d5af
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 25 deletions.
2 changes: 1 addition & 1 deletion lib/android_market_api/android_market_application.rb
Expand Up @@ -218,7 +218,7 @@ def fill_screenshots(doc)
def fill_developer_name(doc)
element=doc.at("a[@class='document-subtitle primary']")
if element
@developer_name=element.inner_html
@developer_name=element.inner_text.strip
puts "Application Author= "+@developer_name.to_s if @@debug
end
end
Expand Down
1 change: 1 addition & 0 deletions spec/android_market_application_spec.rb
Expand Up @@ -49,6 +49,7 @@

before(:all) do
# call API once. because API call is very heavy!
# wget https://play.google.com/store/apps/details?id=com.twitter.android&hl=en
@app = AndroidMarketApplication.new("com.twitter.android", :language => "en")
end

Expand Down

0 comments on commit e72d5af

Please sign in to comment.