This commit is contained in:
Akira Matsuda 2016-06-30 18:23:08 +09:00
parent 27b9f6dcea
commit 08198ca237
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/activerecord"
# 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::ActiverecordTest < Minitest::Test
def test_that_it_has_a_version_number
refute_nil ::Kaminari::Activerecord::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/activerecord'
require 'minitest/autorun'