Skip to content

Commit

Permalink
Merge pull request #29 from kravcneger/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
guilleiguaran authored Oct 14, 2023
2 parents b777bb8 + a824adf commit 0855cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ You can manage the container in the `before(:suite)` / `after(:suite)` blocks in

```ruby
RSpec.configure do |config|
# This helps us to have access to the `RSpec.configuration.mysql_container` without using global variables.
# This helps us to have access to the `RSpec.configuration.postgres_container` without using global variables.
config.add_setting :postgres_container, default: nil

config.before(:suite) do
Expand Down

0 comments on commit 0855cb9

Please sign in to comment.