File tree Expand file tree Collapse file tree 18 files changed +246
-1
lines changed Expand file tree Collapse file tree 18 files changed +246
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ source "http://rubygems.org"
4
4
gemspec
5
5
6
6
gem 'appraisal'
7
+ gem 'tapout'
8
+ gem 'minitap'
Original file line number Diff line number Diff line change 33
33
minitest (~> 5.1 )
34
34
thread_safe (~> 0.1 )
35
35
tzinfo (~> 1.1 )
36
+ ansi (1.4.3 )
36
37
appraisal (1.0.2 )
37
38
bundler
38
39
rake
49
50
mail (2.6.3 )
50
51
mime-types (>= 1.16 , < 3 )
51
52
mime-types (2.4.3 )
53
+ minitap (0.5.3 )
54
+ minitest (~> 5.0 )
55
+ minitest-reporter-api (>= 0.0.2 )
56
+ tapout (>= 0.3.0 )
52
57
minitest (5.4.3 )
58
+ minitest-reporter-api (0.0.5 )
59
+ minitest (~> 5.0 )
53
60
multi_json (1.10.1 )
54
61
rack (1.5.2 )
55
62
rack-test (0.6.2 )
85
92
activesupport (>= 3.0 )
86
93
sprockets (>= 2.8 , < 4.0 )
87
94
sqlite3 (1.3.10 )
95
+ tapout (0.4.5 )
96
+ ansi
97
+ json
88
98
thor (0.19.1 )
89
99
thread_safe (0.3.4 )
90
100
tilt (1.4.1 )
@@ -99,5 +109,7 @@ DEPENDENCIES
99
109
acl9 !
100
110
appraisal
101
111
codeclimate-test-reporter
112
+ minitap
102
113
sqlite3
114
+ tapout
103
115
yard
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Rake::TestTask.new(:test) do |test|
11
11
test . libs << 'lib' << 'test'
12
12
test . pattern = 'test/**/*_test.rb'
13
13
test . verbose = false
14
+ test . options = "--tapy | tapout runtime"
14
15
end
15
16
16
17
require 'yard'
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # This file was generated by Bundler.
4
+ #
5
+ # The application 'appraisal' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
8
+
9
+ require 'pathname'
10
+ ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( "../../Gemfile" ,
11
+ Pathname . new ( __FILE__ ) . realpath )
12
+
13
+ require 'rubygems'
14
+ require 'bundler/setup'
15
+
16
+ load Gem . bin_path ( 'appraisal' , 'appraisal' )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # This file was generated by Bundler.
4
+ #
5
+ # The application 'bundler' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
8
+
9
+ require 'pathname'
10
+ ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( "../../Gemfile" ,
11
+ Pathname . new ( __FILE__ ) . realpath )
12
+
13
+ require 'rubygems'
14
+ require 'bundler/setup'
15
+
16
+ load Gem . bin_path ( 'bundler' , 'bundler' )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # This file was generated by Bundler.
4
+ #
5
+ # The application 'cc-tddium-post-worker' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
8
+
9
+ require 'pathname'
10
+ ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( "../../Gemfile" ,
11
+ Pathname . new ( __FILE__ ) . realpath )
12
+
13
+ require 'rubygems'
14
+ require 'bundler/setup'
15
+
16
+ load Gem . bin_path ( 'codeclimate-test-reporter' , 'cc-tddium-post-worker' )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # This file was generated by Bundler.
4
+ #
5
+ # The application 'erubis' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
8
+
9
+ require 'pathname'
10
+ ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( "../../Gemfile" ,
11
+ Pathname . new ( __FILE__ ) . realpath )
12
+
13
+ require 'rubygems'
14
+ require 'bundler/setup'
15
+
16
+ load Gem . bin_path ( 'erubis' , 'erubis' )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # This file was generated by Bundler.
4
+ #
5
+ # The application 'rackup' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
8
+
9
+ require 'pathname'
10
+ ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( "../../Gemfile" ,
11
+ Pathname . new ( __FILE__ ) . realpath )
12
+
13
+ require 'rubygems'
14
+ require 'bundler/setup'
15
+
16
+ load Gem . bin_path ( 'rack' , 'rackup' )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # This file was generated by Bundler.
4
+ #
5
+ # The application 'rails' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
8
+
9
+ require 'pathname'
10
+ ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( "../../Gemfile" ,
11
+ Pathname . new ( __FILE__ ) . realpath )
12
+
13
+ require 'rubygems'
14
+ require 'bundler/setup'
15
+
16
+ load Gem . bin_path ( 'railties' , 'rails' )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # This file was generated by Bundler.
4
+ #
5
+ # The application 'rake' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
7
+ #
8
+
9
+ require 'pathname'
10
+ ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( "../../Gemfile" ,
11
+ Pathname . new ( __FILE__ ) . realpath )
12
+
13
+ require 'rubygems'
14
+ require 'bundler/setup'
15
+
16
+ load Gem . bin_path ( 'rake' , 'rake' )
You can’t perform that action at this time.
0 commit comments