Sha256: 1259f2f768b792d582f9c6d758b4349e33d6aef9fdfd4c49d3024ca71a6dcbb9
Contents?: true
Size: 339 Bytes
Versions: 4
Compression:
Stored size: 339 Bytes
Contents
require 'rails_helper' module MnoEnterprise RSpec.describe Jpi::V1::Admin::AppQuestionsController, type: :routing do routes { MnoEnterprise::Engine.routes } it 'routes to #index' do expect(get('/jpi/v1/admin/app_questions')).to route_to("mno_enterprise/jpi/v1/admin/app_questions#index", format: "json") end end end
Version data entries
4 entries across 4 versions & 1 rubygems