File tree 5 files changed +35
-1
lines changed
5 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1
1
pkg
2
+ .bundle
Original file line number Diff line number Diff line change
1
+ source 'http://rubygems.org'
2
+
3
+ group :test do
4
+ gem "rake"
5
+ gem "mocha"
6
+ end
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ mocha (0.9.12 )
5
+ rake (0.9.2 )
6
+
7
+ PLATFORMS
8
+ ruby
9
+
10
+ DEPENDENCIES
11
+ mocha
12
+ rake
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' )
Original file line number Diff line number Diff line change 1
1
require 'test/unit'
2
- require 'rubygems'
3
2
require 'mocha'
4
3
require 'rrrex'
5
4
You can’t perform that action at this time.
0 commit comments