Sha256: 064147b2dde2a49d55a25648f12ceee553a96e1af0c500cccaaed0fda4437dd4

Contents?: true

Size: 143 Bytes

Versions: 12

Compression:

Stored size: 143 Bytes

Contents

module TwuckooEnvironment
  def set_testing
    ENV["CUCKOO_ENV"] = "testing"
  end
  def testing?
    ENV["CUCKOO_ENV"] == "testing"
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
balinterdi-twuckoo-0.2.1 lib/environments.rb
balinterdi-twuckoo-0.2.2 lib/environments.rb
twuckoo-0.5.1 lib/environments.rb
twuckoo-0.5.0 lib/environments.rb
twuckoo-0.4.2 lib/environments.rb
twuckoo-0.4.0 lib/environments.rb
twuckoo-0.3.5 lib/environments.rb
twuckoo-0.3.4 lib/environments.rb
twuckoo-0.3.3 lib/environments.rb
twuckoo-0.3.2 lib/environments.rb
twuckoo-0.3.1 lib/environments.rb
twuckoo-0.3.0 lib/environments.rb