mirror of
https://github.com/jimeh/time_ext.git
synced 2026-02-19 13:26:39 +00:00
8 lines
201 B
Ruby
8 lines
201 B
Ruby
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
|
|
|
|
describe "TimeExt" do
|
|
it "fails" do
|
|
fail "hey buddy, you should probably rename this file and start specing for real"
|
|
end
|
|
end
|