git-timecost/spec/author_list_spec.rb

11 lines
131 B
Ruby
Raw Normal View History

2014-09-24 18:10:12 +00:00
require_relative 'spec_helper'
require 'minitest/spec'
describe "simple failing test" do
it "fails" do
assert 1 < 0
end
end