File tree 5 files changed +33
-2
lines changed
5 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 2
2
* _test. *
3
3
rotation.txt
4
4
test * .txt
5
- results.txt
5
+ results.txt
6
+ .bundle /*
7
+ bin /*
8
+ rotate.txt
Original file line number Diff line number Diff line change
1
+ --color
2
+ --format documentation
Original file line number Diff line number Diff line change
1
+ ruby '2.1.2'
2
+ source 'https://rubygems.org'
3
+
4
+ gem 'rspec'
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ diff-lcs (1.2.5 )
5
+ rspec (3.1.0 )
6
+ rspec-core (~> 3.1.0 )
7
+ rspec-expectations (~> 3.1.0 )
8
+ rspec-mocks (~> 3.1.0 )
9
+ rspec-core (3.1.4 )
10
+ rspec-support (~> 3.1.0 )
11
+ rspec-expectations (3.1.1 )
12
+ diff-lcs (>= 1.2.0 , < 2.0 )
13
+ rspec-support (~> 3.1.0 )
14
+ rspec-mocks (3.1.1 )
15
+ rspec-support (~> 3.1.0 )
16
+ rspec-support (3.1.0 )
17
+
18
+ PLATFORMS
19
+ ruby
20
+
21
+ DEPENDENCIES
22
+ rspec
Original file line number Diff line number Diff line change 5
5
- rename unit and acceptance tests to be more intuitive (maybe)
6
6
- refactor MobRotation#initialize to read file once
7
7
- refactor MobRotation#initialize to use either 2 class methods or 2 instance methods (extract_ <something >_ from)
8
-
8
+ - add hook to emacs configuration to automatically show line numbers in (all?) files
9
9
10
10
help w/o specifying database
11
11
make main class match file name *** * Done
You can’t perform that action at this time.
0 commit comments