Sha256: 17efa235c7a7bae941a756fb14c54318cc2310721ca0b58184d043162ecc9d3b

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

require 'spec_helper'

describe 'prepended', type: :feature do
  context "when another library overrides #render using prepend" do
    it "does not break" do
      expect { visit prepended_path }.not_to raise_error
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
remotipart-1.4.4 spec/features/prepended_spec.rb