my-lib 0.0.1.1 → 0.0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/opt-parse.rb DELETED
File without changes
@@ -1,15 +0,0 @@
1
- require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
-
3
- describe "OptParse" do
4
- it "fails" do
5
- # fail "hey buddy, you should probably rename this file and start specing for real"
6
- end
7
-
8
- it "success" do
9
- #ruby sample.rb -a foo bar -b baz
10
- # => true
11
- # true
12
- # ["foo", "bar", "baz"]
13
- end
14
-
15
- end