Sha256: ac01e58081c03b1b087b19f8195e5247a2568f4f690b18307c29e0cf52f8e2c5
Contents?: true
Size: 348 Bytes
Versions: 9
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true require "rails_helper" module Archangel RSpec.describe "Datetime picker custom input for simple_form", type: :input do before do concat input_for(:foo, :input_field, as: :date_time_picker) end it "applies class to field" do assert_select "input.datetimepicker", count: 1 end end end
Version data entries
9 entries across 9 versions & 1 rubygems