Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling committed Aug 25, 2014
1 parent 1ee19f7 commit f2d0b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/filters/filter_form_builder_spec.rb
Expand Up @@ -102,7 +102,7 @@ def filter(name, options = {})

context "with predicate" do
%w[eq equals cont contains start starts_with end ends_with].each do |predicate|
describe '"'+predicate+'"' do
describe "'#{predicate}'" do
let(:body) { filter :"title_#{predicate}" }

it "shouldn't include a select field" do
Expand Down

0 comments on commit f2d0b28

Please sign in to comment.