Sha256: 10ec319a0625075d68c05e3f9e2359f130875976820d01b578bd9a3e46b39244
Contents?: true
Size: 347 Bytes
Versions: 12
Compression:
Stored size: 347 Bytes
Contents
# encoding: UTF-8 require 'spec_helper' describe "show-middleware" do it "should print a list of middleware" do output = mock_pry('show-middleware', 'exit-all') output.must_match %r{^use ActionDispatch::Static$} output.must_match %r{^use ActionDispatch::ShowExceptions$} output.must_match %r{^run TestApp.routes\Z} end end
Version data entries
12 entries across 12 versions & 3 rubygems