mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Whitespaces 💣
This commit is contained in:
parent
3a728a6e2d
commit
724e9a2cf2
2 changed files with 1 additions and 2 deletions
|
@ -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]'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue