Sha256: ed84af1ed4903481daf2b30c6caadb81c19b64c525372202cc985ce9ddf8ca4e

Contents?: true

Size: 222 Bytes

Versions: 3

Compression:

Stored size: 222 Bytes

Contents

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

require 'method_typo'

# REMEMBER: we want this test to FAIL

describe MethodTypo do
  it "should not have a typo" do
    MethodTypo.a_method
  end
end



Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spackle-0.0.3 test_app/spec/method_typo_spec.rb
spackle-0.0.2 test_app/spec/method_typo_spec.rb
spackle-0.0.1 test_app/spec/method_typo_spec.rb