Sha256: 8c44de9da70f1ce6e9fc2848bbd1466694a6111d0eb3e55a8798c914c9947e5f
Contents?: true
Size: 325 Bytes
Versions: 7
Compression:
Stored size: 325 Bytes
Contents
require 'spec_helper' feature 'fae_image_form' do scenario 'should display updloader with alt by default', js: true do admin_login visit new_admin_release_path expect(page).to have_css('.release_bottle_shot_asset button.button') expect(page).to have_css('#release_bottle_shot_attributes_alt') end end
Version data entries
7 entries across 7 versions & 1 rubygems