Sha256: c542d2b72e241bbd93d40a9906d4ec1a271a959d44aef19e1336a28c31d5e525
Contents?: true
Size: 195 Bytes
Versions: 3
Compression:
Stored size: 195 Bytes
Contents
require File.dirname(__FILE__) + '/spec_helper.rb' describe Postini::User do before(:each) do @user = Postini::User.new end it "should be tested" do violated "Test me" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
postini-0.0.1 | spec/user_spec.rb |
postini-0.0.2 | spec/user_spec.rb |
postini-0.0.3 | spec/user_spec.rb |