Sha256: b3c152ca307ff521987e5817f7167ccbedbc6515c4a19933738954eec7832a82

Contents?: true

Size: 319 Bytes

Versions: 34

Compression:

Stored size: 319 Bytes

Contents

RSpec.describe "symphonia/filters/options.html.erb" do
  helper Symphonia::ApplicationHelper
  let(:query) do
    q = Symphonia::Query.new
    q.model = DummyQueryEntity
    q
  end
  it "render" do
    assign(:query, query)
    params[:path] = "/"
    render
    expect(rendered).to include "form", "checked"
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
symphonia-5.0.6 spec/views/filters/options.html.erb_spec.rb
symphonia-5.0.5 spec/views/filters/options.html.erb_spec.rb
symphonia-5.0.4 spec/views/filters/options.html.erb_spec.rb
symphonia-5.0.3 spec/views/filters/options.html.erb_spec.rb
symphonia-5.0.0 spec/views/filters/options.html.erb_spec.rb
symphonia-4.2.0 spec/views/filters/options.html.erb_spec.rb
symphonia-4.1.3 spec/views/filters/options.html.erb_spec.rb
symphonia-4.1.2 spec/views/filters/options.html.erb_spec.rb
symphonia-4.1.1 spec/views/filters/options.html.erb_spec.rb
symphonia-4.1.0 spec/views/filters/options.html.erb_spec.rb
symphonia-4.0.1 spec/views/filters/options.html.erb_spec.rb
symphonia-4.0.0 spec/views/filters/options.html.erb_spec.rb
symphonia-3.4.0 spec/views/filters/options.html.erb_spec.rb
symphonia-3.3.4 spec/views/filters/options.html.erb_spec.rb
symphonia-3.3.3 spec/views/filters/options.html.erb_spec.rb
symphonia-3.3.2 spec/views/filters/options.html.erb_spec.rb
symphonia-3.3.0 spec/views/filters/options.html.erb_spec.rb
symphonia-3.2.4 spec/views/filters/options.html.erb_spec.rb
symphonia-3.2.3 spec/views/filters/options.html.erb_spec.rb
symphonia-3.2.2 spec/views/filters/options.html.erb_spec.rb