We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85aafa commit 74a7d6cCopy full SHA for 74a7d6c
lib/manageiq/api/client.rb
@@ -1,5 +1,3 @@
1
-require "active_support"
2
-require "active_support/core_ext"
3
require "faraday"
4
require "faraday_middleware"
5
require 'forwardable'
spec/spec_helper.rb
@@ -11,7 +11,3 @@
11
def api_file_fixture(path)
12
File.read(File.join("spec/fixtures/api/", path))
13
end
14
-
15
16
-puts
17
-puts "\e[93mUsing ActiveSupport #{ActiveSupport.version}\e[0m"
0 commit comments