1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
This commit is contained in:
Akira Matsuda 2016-06-30 15:57:49 +09:00
parent e8846b9196
commit 4dc5f9a2d8
6 changed files with 0 additions and 51 deletions

View file

@ -1,9 +0,0 @@
/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/

View file

@ -1,5 +0,0 @@
sudo: false
language: ruby
rvm:
- 2.3.1
before_install: gem install bundler -v 1.12.5

View file

@ -1,14 +0,0 @@
#!/usr/bin/env ruby
require "bundler/setup"
require "kaminari/actionview"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start
require "irb"
IRB.start

View file

@ -1,8 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx
bundle install
# Do any other automated setup that you need to do here

View file

@ -1,11 +0,0 @@
require 'test_helper'
class Kaminari::ActionviewTest < Minitest::Test
def test_that_it_has_a_version_number
refute_nil ::Kaminari::Actionview::VERSION
end
def test_it_does_something_useful
assert false
end
end

View file

@ -1,4 +0,0 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'kaminari/actionview'
require 'minitest/autorun'