Skip to content

0.1.1 (March 16, 2018)

Compare
Choose a tag to compare
@cupakromer cupakromer released this 16 Mar 16:07
· 261 commits to main since this release

Full Changelog

Bug Fixes

  • Fix NameError: undefined local variable or method config` for Rails RSpec
    configuration (Aaron Kromer, #1)
  • Fix model factory build issue in which registered template attributes, which
    use symbol keys, are not replaced by custom attributes using string keys
    (Aaron Kromer, #1)
  • Exclude spec/support/model_factories.rb from Metrics/BlockLength in
    common Rubocop config (Aaron Kromer, 714b9b3)