Commit afbc1c0d authored by Nathan Ward's avatar Nathan Ward
Browse files

Close `let(:params)` block

parent 5bebc7c1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,8 @@ describe 'freeradius::client' do
    let(:params) do
      super().merge(
        firewall: true,
      )
    end

    it do
      is_expected.to compile.and_raise_error(%r{Must specify \$port if you specify \$firewall})