Skip to content

Commit

Permalink
Use gem version of rspec-puppet
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienthebo authored and Davide Ferrari committed Mar 27, 2015
1 parent 9b6bb22 commit 3f5708a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'facter', '>= 1.6.2'
group :test, :development do
gem 'rspec', '~> 2.10.0'
gem 'mocha', '~> 0.10.5'
gem 'rspec-puppet', :git => 'https://github.com/rodjek/rspec-puppet'
gem 'rspec-puppet'
gem 'rake'
end

Expand Down
2 changes: 1 addition & 1 deletion spec/unit/provider/network_config/interfaces_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def fixture_data(file)
:netmask => nil,
:mtu => nil,
:mode => :vlan,
:options => {},
:options => {}
)
end

Expand Down

0 comments on commit 3f5708a

Please sign in to comment.