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