Skip to content

Commit ec557b4

Browse files
committed
Move tests to spec directory
1 parent 40d232f commit ec557b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/helpers/paginator/integer_paginator_test.rb renamed to spec/helpers/paginator/integer_paginator_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'test_helper'
1+
require 'spec_helper'
22

33
describe Pliny::Helpers::Paginator::IntegerPaginator do
44
subject { Pliny::Helpers::Paginator::IntegerPaginator.new(sinatra, count, opts) }

test/helpers/paginator/paginator_test.rb renamed to spec/helpers/paginator/paginator_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'test_helper'
1+
require 'spec_helper'
22

33
describe Pliny::Helpers::Paginator::Paginator do
44
subject { Pliny::Helpers::Paginator::Paginator.new(sinatra, count, opts) }

test/helpers/paginator_test.rb renamed to spec/helpers/paginator_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'test_helper'
1+
require 'spec_helper'
22

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

0 commit comments

Comments
 (0)