Sha256: 109b50b61d797482ca46f8c5c93401863ad616a995ade6639bc94adb3059443a
Contents?: true
Size: 246 Bytes
Versions: 3
Compression:
Stored size: 246 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') require 'working_class' # this is the one spec we want to be passing describe WorkingClass do it "should return true" do WorkingClass.a_method.should be_true end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spackle-0.0.3 | test_app/spec/passing_working_class_spec.rb |
spackle-0.0.2 | test_app/spec/passing_working_class_spec.rb |
spackle-0.0.1 | test_app/spec/passing_working_class_spec.rb |