Sha256: 833548f12943c01e78e146392866f9c378c1fc41c7066c6eb5c02442740c241d
Contents?: true
Size: 288 Bytes
Versions: 11
Compression:
Stored size: 288 Bytes
Contents
require "rails_helper" feature "bind_form_for_helper", js: true do before do visit bind_form_for_helper_path end it 'renders all of the helpers with ng-model' do expect(page).not_to have_content(42) click_button "Submit" expect(page).to have_content(42) end end
Version data entries
11 entries across 11 versions & 1 rubygems