Skip to content

Commit

Permalink
Add presenter test to the API test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored and cbeer committed Oct 9, 2018
1 parent 8de6ad0 commit 5d9a6fd
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 5d9a6fd

Please sign in to comment.