Permalink
Please sign in to comment.
Browse files
Update specs to reflect up-to-date RSpec usage
* Replace `should` syntax with `expect`, and enforce its usage * Use implicit docstrings where possible
- Loading branch information...
Showing
with
62 additions
and 60 deletions.
- +2 −2 spec/cape/core_ext/hash_spec.rb
- +3 −3 spec/cape/core_ext/symbol_spec.rb
- +7 −7 spec/cape/dsl_spec.rb
- +3 −3 spec/cape/hash_list_spec.rb
- +5 −5 spec/cape/rake_spec.rb
- +6 −6 spec/cape/recipe_definition_spec.rb
- +9 −9 spec/cape/util_spec.rb
- +1 −1 spec/cape/version_spec.rb
- +21 −23 spec/cape/xterm_spec.rb
- +1 −1 spec/cape_spec.rb
- +4 −0 spec/spec_helper.rb
0 comments on commit
5f2cf2f