Skip to content

Commit

Permalink
Move tests to spec directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaier committed Dec 29, 2014
1 parent 40d232f commit ec557b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'test_helper'
require 'spec_helper'

describe Pliny::Helpers::Paginator::IntegerPaginator do
subject { Pliny::Helpers::Paginator::IntegerPaginator.new(sinatra, count, opts) }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'test_helper'
require 'spec_helper'

describe Pliny::Helpers::Paginator::Paginator do
subject { Pliny::Helpers::Paginator::Paginator.new(sinatra, count, opts) }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'test_helper'
require 'spec_helper'

describe Pliny::Helpers::Paginator do
let(:dummy_class) { Class.new { include Pliny::Helpers::Paginator } }
Expand Down

0 comments on commit ec557b4

Please sign in to comment.