Skip to content
Snippets Groups Projects
Commit aeede837 authored by Tharun's avatar Tharun
Browse files

fixed review changes

parent 84f2edc8
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,12 @@
require_relative "options"
require "search"
require "utils"
module Cask
class Cmd
class AbstractCommand
include Options
include Homebrew::Search
include Utils
option "--[no-]binaries", :binaries, true
option "--debug", :debug, false
......
......@@ -46,7 +46,7 @@ module Cask
def self.info(cask)
puts get_info(cask)
Analytics.cask_output(cask)
::Utils::Analytics.cask_output(cask)
end
def self.title_info(cask)
......
......@@ -140,7 +140,7 @@ describe Cask::Cmd::Info, :cask do
EOS
end
it "can run be run with a url twice", :needs_network do
it "can run be run with a url twice and returns analytics", :needs_network do
analytics = {
"analytics" => {
"install" => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment