Skip to content

Commit

Permalink
Moved is_mac? to fastlane_core
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Apr 13, 2015
1 parent dfdb8de commit 60264b0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,4 @@
# This module is only used to check the environment is currently a testing env
module SpecHelper

end


module OS
def self.mac?
(/darwin/ =~ RUBY_PLATFORM) != nil
end
end

0 comments on commit 60264b0

Please sign in to comment.