Sha256: c96ebb5d1ad6bc30c0531c798c0954e790e40e548257d645ab021721f8653c14

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 Bytes

Contents

require 'spec_helper'

describe Zertico::Interactor do
  let(:interactor) { Zertico::Interactor.new }

  describe '#fail' do
    it 'should raise the interactor exception' do
      expect { interactor.fail! }.to raise_error
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zertico-1.3.0 spec/zertico/interactor_spec.rb