Commit Graph

9 Commits

Author SHA1 Message Date
Luca Guidi 679b508bac
Rubocop hanami dry-rb rules (1.3) (#155) 2020-10-16 16:52:18 +02:00
Luca Guidi 2cae7225a0
Code quality tools (#139) 2018-07-12 11:19:17 +02:00
Luca Guidi 8e674ca43b RSpec cleanup. Ref #106 2017-04-11 14:35:17 +02:00
morrme 3425b08a2f Issue #105 Migrate from Minitest to RSpec (#106)
* Create .rspec

* Update .rubocop.yml

* Update .travis.yml

* Update hanami-helpers.gemspec

* Update Rakefile

* Create escape_helper_spec.rb

* Create escape_helper_spec.rb

* Create escape_helper_spec.rb

* Delete escape_helper_spec.rb

* Create fixtures.rb

* Create version_spec.rb

* Update escape_helper_spec.rb

* Create html_helper_spec.rb

* create form_helper_spec in progress

* Create link_to_helper_spec.rb

* Create routing_helper_spec.rb

* Create number_formatting_helper_spec.rb

* Update escape_helper_spec.rb

* Create html_helper_spec

* Create number_formatter_helper_spec

* Create routing_helper_spec

* Rename number_formatter_helper_spec to number_formatter_helper_spec.rb

* Rename html_helper_spec to html_helper_spec.rb

* Rename routing_helper_spec to routing_helper_spec.rb

* Create form_helper_spec.rb

* Create link_to_helper_spec.rb

* Update .travis.yml

* Update fixtures.rb

* Create new.html.erb

* Add files via upload

* Create spec_helper.rb

* Create html_builder_spec.rb

* Update html_helper_spec.rb

* Update escape_helper_spec.rb

* Update form_helper_spec.rb

* Update html_helper_spec.rb

* Update escape_helper_spec.rb

* Update version_spec.rb

* Update

* Update form_helper_spec.rb

* Update html_helper_spec.rb

* Update number_formatting_helper_spec.rb

* clear trailing whitespace

* Update spec_helper.rb

* Update html_helper_spec.rb

* Update hanami-helpers.gemspec

* Update escape_helper_spec.rb

* fix indentation issues

* Update hanami-helpers.gemspec

* Update Rakefile

* Update form_helper_spec.rb

* Update form_helper_spec.rb

* Fix to skip errors about array and indent

* Fix to clear CI issue

This should fix this issue:

test/fixtures.rb:58:5: W: Lint/AmbiguousBlockAssociation: Parenthesize the param html to make sure that the block will be associated with the + method call. (https://github.com/bbatsov/ruby-style-guide#syntax)
    html { div 'Hello' } + html { div 'Hanami' }
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Update form_helper_spec.rb

* Update fixtures.rb

* Update fixtures.rb

* Update form_helper_spec.rb

* Update fixtures.rb
2017-04-11 14:23:34 +02:00
Sebastjan Hribar 8c6f53a62f RakeFile rollback 2016-06-27 19:22:37 +02:00
Sebastjan Hribar c483e44994 rakefile warnings change 2016-06-26 12:13:22 +02:00
Luca Guidi e1d8209e88 Remove simplecov 2016-03-22 19:02:30 +01:00
Luca Guidi 79bb018e99 Boilerplate to enable testing, coverage, CI, metrics etc.. 2014-10-30 15:20:52 +01:00
Luca Guidi 9f3fe2f2f6 Initial mess 2014-05-13 18:23:13 +02:00