README.md in env_test_helpers-0.0.1 vs README.md in env_test_helpers-0.0.2

- old
+ new

@@ -1,8 +1,9 @@ # EnvTestHelpers -Helps to handle env vars in tests. +EnvTestHelpers is a collection of helpers to work with environment variables in tests. +Right now is only working with Rspec. Use case: - I have configurations set in ignored files, most of this variables are Api keys or passwords. - The code and tests needs this variables but I can not share them in my VCS. @@ -23,20 +24,14 @@ Or install it yourself as: $ gem install env_test_helpers -## Rspec +## RSpec All done. _The module gets included in the rspec configure block._ ## Else -```ruby - require 'env_test_helpers' -``` - or -```ruby - include EnvTestHelpers -``` +Right now only works with RSpec. ## Usage **Using the variables inside a block:** ```ruby