mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
7 lines
196 B
Ruby
7 lines
196 B
Ruby
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
|
|
|
|
describe "Ap" do
|
|
it "fails" do
|
|
fail "hey buddy, you should probably rename this file and start specing for real"
|
|
end
|
|
end
|