Sha256: 2a79fdb1fe6e9aad75f4bb1818299aeb1661a14e91a994e6f0d670c442d28fe5

Contents?: true

Size: 239 Bytes

Versions: 2

Compression:

Stored size: 239 Bytes

Contents

require File.dirname(__FILE__) + '/../spec_helper'

describe Perceptron do

  it "should be a Perceptron" do
    Perceptron.new.should be_an_instance_of(Perceptron)
  end

  it do
    Perceptron.new.should respond_to(:recall)
  end
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
Santino-neurotic-0.0.0 spec/neurotic/perceptron_spec.rb
Santino-neurotic-0.0.1 spec/neurotic/perceptron_spec.rb