Skip to content

Commit

Permalink
Fix up spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Terrell committed Aug 14, 2015
1 parent e705476 commit af3b28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/forms/generic_asset_form_spec.rb
Expand Up @@ -70,7 +70,7 @@
end

it "should return template.visible_property_names" do
expect(generic_form.template_terms).to eq(["foo", "bar"])
expect(generic_form.template_terms).to eq([:foo, :bar])
end
end
end
Expand Down

0 comments on commit af3b28f

Please sign in to comment.