my-lib 0.0.1.1 → 0.0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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