Sha256: 1274496640ecbd270c0f9121e8030b3bdb33b4fd91e6c7fe8dea71c155bcf842

Contents?: true

Size: 241 Bytes

Versions: 3

Compression:

Stored size: 241 Bytes

Contents

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

require 'working_class'

# REMEMBER: we want this test to FAIL

describe WorkingClass do
  it "should return false" do
    WorkingClass.a_method.should be_false
  end
end



Version data entries

3 entries across 3 versions & 1 rubygems

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