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

Require spec_helper globally in .rspec to avoid some duplication. #114

Closed jrafanie closed 10 years ago

jrafanie commented 10 years ago

@movitto does this work with how your run the specs? I don't recall if you run through rspec directly or through ruby itself?

miq-bot commented 10 years ago

Checked commit https://github.com/jrafanie/polisher/commit/e61c9c5789a9eeba88fe6b51f0a5c32e6be9d7b0 with rubocop 0.21.0 0 files checked, 0 offenses detected Everything looks good. :star:

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.46%) when pulling e61c9c5789a9eeba88fe6b51f0a5c32e6be9d7b0 on jrafanie:spec_helper_trick into 23108cb844167a51d6a543025c87a22d0904409c on ManageIQ:master.

movitto commented 10 years ago

@jrafanie Ya I usually just use 'rake spec'. Tried it out and still works.