Sha256: 2e24a1ace024301d15c83d28bf79359518814543575f5675444f5677e102b169
Contents?: true
Size: 315 Bytes
Versions: 21
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' describe 'PaidUp::Routing' do include_context 'loaded site' routes { PaidUp::Engine.routes } describe 'routes to the list of all plans' do subject { get plans_path } it { should route_to(controller: 'paid_up/plans', action: 'index') } end end
Version data entries
21 entries across 21 versions & 1 rubygems