1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

Whitespaces 💣

This commit is contained in:
Rafael Mendonça França 2011-08-30 23:47:55 -03:00
parent 3a728a6e2d
commit 724e9a2cf2
2 changed files with 1 additions and 2 deletions

View file

@ -458,7 +458,6 @@ class InputTest < ActionView::TestCase
end
end
test 'input should generate a file field' do
with_input_for @user, :name, :file
assert_select 'input#user_name[type=file]'

View file

@ -79,7 +79,7 @@ class User
when :home_picture then :string
when :amount then :integer
when :attempts then :integer
when :action then :string
when :action then :string
end
Column.new(attribute, column_type, limit)
end