ManageIQ / polisher

Polisher is a Ruby module and set of utilities aimed to assisting the post-publishing packaging process for Ruby gems and applications.
MIT License
14 stars 14 forks source link

Split tests along module boundaries #127

Closed movitto closed 9 years ago

movitto commented 9 years ago

This split up all specs along module boundries, based on #125

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.69%) when pulling eaffc247dd902976ee8b706652a054e4dda85fc7 on movitto:tests1 into 2a0c00ae6760cf7a9de1f3c2ff49676f3afb9b93 on ManageIQ:master.

jrafanie commented 9 years ago

Sounds good @movitto, maybe just reword your commits to fix the typo boundries -> boundaries

movitto commented 9 years ago

@jrafanie updated

miq-bot commented 9 years ago

Checked commits https://github.com/movitto/polisher-1/commit/501d0852209b135394443f4a26ff449ee86a8f54 .. https://github.com/movitto/polisher-1/commit/cde25f18d2058d2af903ede2d46de0acb73ae550 with rubocop 0.27.1 33 files checked, 89 offenses detected

spec/gem/attributes_spec.rb

spec/gem/diff_spec.rb

spec/gem/files_spec.rb

spec/gem/retriever_spec.rb

spec/gem/versions_spec.rb

spec/gemfile/deps_spec.rb

spec/gemfile/parser_spec.rb

spec/git/pkg/builder_spec.rb

spec/git/pkg/repo_spec.rb

spec/git/pkg/versions_spec.rb

spec/rpm/requirement/attributes_spec.rb

spec/rpm/requirement/comparison_spec.rb

spec/rpm/requirement/gem_spec.rb

spec/rpm/requirement/parser_spec.rb

spec/rpm/spec/check_spec.rb

spec/rpm/spec/comparison_spec.rb

spec/rpm/spec/files_spec.rb

spec/rpm/spec/gem_files_spec.rb

spec/rpm/spec/gem_reference_spec.rb

spec/rpm/spec/gem_requirement_spec.rb

spec/rpm/spec/parser_spec.rb

spec/rpm/spec/requirements_spec.rb

spec/rpm/spec/subpackages_spec.rb

spec/rpm/spec/updater_spec.rb

spec/targets/koji/builder_spec.rb

spec/targets/koji/rpc_spec.rb

spec/targets/koji/versions_spec.rb

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.24%) when pulling cde25f18d2058d2af903ede2d46de0acb73ae550 on movitto:tests1 into 77f94a05d0924b64843bc9236a02a6363db32eaf on ManageIQ:master.