Readme.md in ruby-lsp-shoulda-context-0.4.1 vs Readme.md in ruby-lsp-shoulda-context-0.4.4

- old
+ new

@@ -7,18 +7,24 @@ ## Installation Add the gem to the application's Gemfile `:development` group: - gem 'ruby-lsp-shoulda-context', '~> 0.4.0', require: false + gem 'ruby-lsp-shoulda-context', '~> 0.4.2', require: false If bundler is not being used to manage dependencies, install the gem by executing: gem install ruby-lsp-shoulda-context ## Usage Just enjoy the magic of LSP with shoulda context tests!. + +The extension can be enabled or disabled passing the `RUBY_LSP_SHOULDA_CONTEXT=[true|false]` enviroment variable. This enviroment variable is loaded automatially from in a `.env` file with priority + +`.env > .env.development > .env.development.local` + +If not set it defaults to `true` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.