1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
kaminari--kaminari/spec/kaminari_spec.rb
2011-02-05 22:32:10 +09:00

7 lines
202 B
Ruby

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
describe "Kaminari" do
it "fails" do
fail "hey buddy, you should probably rename this file and start specing for real"
end
end