Skip to content

Commit

Permalink
update spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 4, 2020
1 parent 65cc02d commit f6acbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helpers/book_jacket_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

it "should get honmoto.com book jacket" do
html = helper.book_jacket_tag(manifestations(:manifestation_00001), "hanmotocom")
expect(html).to have_selector 'img[src="http://www.hanmoto.com/bd/img/9784798002064.jpg"]'
expect(html).to have_selector 'img[src="https://www.hanmoto.com/bd/img/9784798002064.jpg"]'
end

it "should get openbd book jacket" do
Expand Down

0 comments on commit f6acbba

Please sign in to comment.