Sha256: fe53af860fa84429682163044f10f903817f1f79c12538d718cce3db4c2e7e73

Contents?: true

Size: 296 Bytes

Versions: 1

Compression:

Stored size: 296 Bytes

Contents

require 'rails_helper'

describe Fe::Admin::QuestionPagesController, type: :controller do
  context '#show' do
    it 'should work' do
      page = create(:page)
      question_sheet = page.question_sheet
      xhr :get, :show, question_sheet_id: question_sheet.id, id: page.id
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fe-1.0.0 spec/controllers/fe/admin/question_pages_controller_spec.rb