Skip to content

Commit

Permalink
updated bolognese gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Oct 13, 2020
1 parent 7146efd commit 58623b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
latex-decode (~> 0.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bolognese (1.8.10)
bolognese (1.8.13)
activesupport (>= 4.2.5)
benchmark_methods (~> 0.7)
bibtex-ruby (>= 5.1.0)
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
rdf (~> 3.1, >= 3.1.2)
rdf-xsd (3.1.0)
rdf (~> 3.1)
regexp_parser (1.8.1)
regexp_parser (1.8.2)
request_store (1.5.0)
rack (>= 1.4)
rspec-core (3.9.3)
Expand Down Expand Up @@ -334,7 +334,7 @@ GEM
unicode-display_width (1.6.1)
unicode_utils (1.4.0)
vcr (3.0.3)
webmock (3.9.1)
webmock (3.9.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion spec/api/api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@

# falling back to default APA style
expect(last_response.status).to eq(200)
expect(last_response.body).to eq("Sankar, M., Nieminen, K., Ragni, L., Xenarios, I., &amp; Hardtke, C. S. (2014). Automated quantitative histology reveals vascular morphodynamics during Arabidopsis hypocotyl secondary growth. <i>ELife</i>, <i>3</i>. https://doi.org/10.7554/elife.01567")
expect(last_response.body).to eq("Sankar, M., Nieminen, K., Ragni, L., Xenarios, I., &amp; Hardtke, C. S. (2014). Automated quantitative histology reveals vascular morphodynamics during Arabidopsis hypocotyl secondary growth. <i>ELife</i>, <i>3</i>, e01567. https://doi.org/10.7554/elife.01567")
end
end

Expand Down

0 comments on commit 58623b4

Please sign in to comment.