mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
7 lines
202 B
Ruby
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
|