0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

rspec-railsでjbuilderを使う場合にJSONをチェックしたい

Posted at

Viewをレンダリングする必要があるので、 render_views します。

describe HogeController do
  render_views
end

rails_helperに追加したい場合は、

RSpec.configure do |config|
  config.render_views
end

と追加します。

参考:
https://relishapp.com/rspec/rspec-rails/v/3-8/docs/controller-specs/render-views

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?