Sha256: f54a3f80c059ba303488595634ca8ab94cc2235fefbf1cf298240f664b0ebc30

Contents?: true

Size: 451 Bytes

Versions: 8

Compression:

Stored size: 451 Bytes

Contents

require "spec_helper"

describe Phenomenal::DSL do
  describe "#requirements_for" do
   it "should exist in Kernel" do 
      Kernel.should respond_to :requirements_for
    end
  end
  describe "#implications_for" do
    it "should exist in Kernel" do 
      Kernel.should respond_to :implications_for
    end
  end
  describe "#suggestions_for" do
    it "should exist in Kernel" do 
      Kernel.should respond_to :suggestions_for
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phenomenal-1.2.4 spec/relationships/dsl_spec.rb
phenomenal-1.2.3 spec/relationships/dsl_spec.rb
phenomenal-1.2.2 spec/relationships/dsl_spec.rb
phenomenal-1.2.1 spec/relationships/dsl_spec.rb
phenomenal-1.1.1 spec/relationships/dsl_spec.rb
phenomenal-1.1.0 spec/relationships/dsl_spec.rb
phenomenal-1.0.1 spec/relationships/dsl_spec.rb
phenomenal-1.0.0 spec/relationships/dsl_spec.rb