Sha256: 1f20e6cb8d07d535622302fd65ca963f619cd0ccf7303fc25ce7c10762671397
Contents?: true
Size: 195 Bytes
Versions: 1
Compression:
Stored size: 195 Bytes
Contents
require 'spec_helper' feature 'Assets integration' do it 'provides simple_bind.js on the asset pipeline' do visit '/assets/simple_bind.js' expect(page.status_code).to be 200 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_bind-0.1.1 | spec/features/assets_spec.rb |