Bump up gem versions in Gemfile.lock. Minor changes to eliminate deprecation warnings.

This commit is contained in:
Peter M. Goldstein
2014-01-13 17:30:58 -08:00
parent 34a1163fe9
commit 2aa1cbf94f
4 changed files with 38 additions and 32 deletions
+1 -1
View File
@@ -31,6 +31,6 @@ describe Foreman::Export::Runit, :fakefs do
end
it "creates a full path to the export directory" do
expect { runit.export }.to_not raise_error(Errno::ENOENT)
expect { runit.export }.to_not raise_error
end
end
+1 -1
View File
@@ -177,5 +177,5 @@ RSpec.configure do |config|
config.order = 'rand'
config.include FakeFS::SpecHelpers, :fakefs
config.mock_with :rr
config.backtrace_clean_patterns = []
config.backtrace_exclusion_patterns = []
end