Sha256: 3c019399d66b0692f6edeb494d4f03ec7b1b0cc1b79e9cfc36866f7024540e5e
Contents?: true
Size: 378 Bytes
Versions: 12
Compression:
Stored size: 378 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' # NOTE: Sample request spec. Should be used as a template to migrate # all other controller specs xdescribe 'Admin Panel: Curriculum' do let(:user) { create :admin } before { sign_in user } it 'request for editing' do get lcms_engine.edit_admin_curriculum_path # Test whatever need here... end end
Version data entries
12 entries across 12 versions & 1 rubygems