Sha256: 02c5658a78c537d09f6f9f3748953e2925adc9ee3079afe6ad364e3fce9f6fc8
Contents?: true
Size: 330 Bytes
Versions: 9
Compression:
Stored size: 330 Bytes
Contents
# frozen_string_literal: true require "rails_helper" module Archangel RSpec.describe "META Keywords custom input for simple_form", type: :input do before { concat input_for(:foo, :select_field, as: :meta_keywords) } it "applies class to field" do assert_select "input.meta_keywords", count: 1 end end end
Version data entries
9 entries across 9 versions & 1 rubygems