Skip to content

Commit

Permalink
require plugin in spec_helper to ensure coverage of engine and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed May 3, 2019
1 parent 208d0c3 commit e8bfd46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/generators/manageiq/plugin/templates/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@

Dir[Rails.root.join("spec/shared/**/*.rb")].each { |f| require f }
Dir[File.join(__dir__, "support/**/*.rb")].each { |f| require f }

require "<%= plugin_name %>"

0 comments on commit e8bfd46

Please sign in to comment.