Skip to content

Commit

Permalink
Merge fd9e1dd into 8de6ad0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 8, 2018
2 parents 8de6ad0 + fd9e1dd commit a1090af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/presenters/blacklight/index_presenter_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

RSpec.describe Blacklight::IndexPresenter do
RSpec.describe Blacklight::IndexPresenter, api: true do
include Capybara::RSpecMatchers
subject { presenter }

Expand Down
2 changes: 1 addition & 1 deletion spec/presenters/blacklight/show_presenter_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

RSpec.describe Blacklight::ShowPresenter do
RSpec.describe Blacklight::ShowPresenter, api: true do
include Capybara::RSpecMatchers
subject { presenter }

Expand Down

0 comments on commit a1090af

Please sign in to comment.