Skip to content

Commit

Permalink
Minor changes to test and documentation (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed Feb 12, 2024
1 parent 30fe024 commit 9b39a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Or install it yourself as:
Require if necessary:

```ruby
require 'active_yaml'
require 'activeyaml'
```

## Usage with model
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'minitest/autorun'
require 'byebug'
require 'minitest/reporters'
require_relative '../lib/active_yaml'
require_relative '../lib/activeyaml'
require_relative '../lib/active_yaml/version'

Minitest::Reporters.use!

0 comments on commit 9b39a25

Please sign in to comment.