Sha256: 65d6f62c9c36b4cecbc906b00422a521e13d0abb256ad719aa267b24dddf5d14
Contents?: true
Size: 313 Bytes
Versions: 3
Compression:
Stored size: 313 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe PhishTank::Configuration do describe "defaults" do subject { described_class.new } its(:api_key) { should eq "" } its(:etag) { should eq nil } its(:temp_directory) { should eq "/tmp" } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phishtank-0.1.2 | spec/phishtank/configuration_spec.rb |
phishtank-0.1.1 | spec/phishtank/configuration_spec.rb |
phishtank-0.1.0 | spec/phishtank/configuration_spec.rb |