Skip to content

Commit

Permalink
first rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasas committed Oct 20, 2011
1 parent a02d95f commit 88214c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions spec/integration/mongoid_paginator_spec.rb
@@ -0,0 +1,13 @@
require File.expand_path('../spec_helper', File.dirname(__FILE__))

describe WillPaginateMongoid::MongoidPaginator do
before :all do
class Game
include ::Mongoid::Document
field :title, :type => String
end
end

describe :paginate do
end
end

0 comments on commit 88214c2

Please sign in to comment.