Skip to content

Commit

Permalink
Adds rails-controller-testing to ui-classic
Browse files Browse the repository at this point in the history
This should be the only repo that needs this when running tests, so
maintaining this here means that only this repo requires it as a
dependency, not every repo that uses `ManageIQ/manageiq` in it for
testing.
  • Loading branch information
NickLaMuro committed Aug 17, 2017
1 parent af7bdaa commit d3c5a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manageiq-ui-classic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "codeclimate-test-reporter", "~> 1.0.0"
s.add_development_dependency "guard-rspec", '~> 4.7.3'
s.add_development_dependency "rails-controller-testing", '~> 1.0.2'
s.add_development_dependency "simplecov"

# core because jasmine has < 3.0, not < 2.6
Expand Down

0 comments on commit d3c5a26

Please sign in to comment.