Fix saving search list #1305
Fix saving search list #1305
1 new alert
New alerts in code changed by this pull request
- 1 note
See annotations below for details.
Annotations
Check notice on line 21 in spec/controllers/lists_controller_spec.rb
Code scanning / Rubocop
Prefer Ruby 1.9 hash syntax { a: 1, b: 2 } over 1.8 syntax { :a => 1, :b => 2 }. Note test
Check notice on line 27 in spec/controllers/lists_controller_spec.rb
Code scanning / Rubocop
Prefer Ruby 1.9 hash syntax { a: 1, b: 2 } over 1.8 syntax { :a => 1, :b => 2 }. Note test
Check notice on line 45 in spec/controllers/lists_controller_spec.rb
Code scanning / Rubocop
Prefer Ruby 1.9 hash syntax { a: 1, b: 2 } over 1.8 syntax { :a => 1, :b => 2 }. Note test