Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Remove leftover from old test.
Browse files Browse the repository at this point in the history
  • Loading branch information
osahyoun committed Apr 19, 2016
1 parent 1b9d4ea commit 6aab1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/form_validator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

context "with email as data_type" do
let(:element) { create :form_element, :email, form: form }
let(:params){ {form_id: element.form_id, email: "foo@example.com".force_encoding('ASCII-8BIT')} }
let(:params){ {form_id: element.form_id, email: "foo@example.com"} }

context "is valid" do
it "with regular address" do
Expand Down

0 comments on commit 6aab1e4

Please sign in to comment.