require './spec/support/iremix_config' require 'iremix/client' module Iremix describe Client do it "is not authorized" do client = Client.new client.should_not be_authorized end end end