[DRE-commits] [gem2deb] 01/02: test/sample/simplesetuprb: make tests pass
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue May 5 15:13:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository gem2deb.
commit 96299ba41f028f2dd0ed85e04b9829625a997655
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue May 5 12:09:46 2015 -0300
test/sample/simplesetuprb: make tests pass
---
test/sample/simplesetuprb/lib/simplesetuprb.rb | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/test/sample/simplesetuprb/lib/simplesetuprb.rb b/test/sample/simplesetuprb/lib/simplesetuprb.rb
new file mode 100644
index 0000000..9f2695e
--- /dev/null
+++ b/test/sample/simplesetuprb/lib/simplesetuprb.rb
@@ -0,0 +1,11 @@
+module SimpleSetuprb
+ Hello_world = "Hello World"
+
+ def self.answer42
+ 42
+ end
+
+ def self.generated_function
+ :generated
+ end
+end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git
More information about the Pkg-ruby-extras-commits
mailing list