Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kimberley Zell - Pipes - Weekend Warrior Alouette #4

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
9 changes: 9 additions & 0 deletions 00-hello-world/hello_world.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#done all passed

def hello_world(name = nil)
if name == nil || name == ""
return "Hello, World!"
else
return "Hello, #{name}!"
end
end
2 changes: 2 additions & 0 deletions 00-hello-world/hello_world_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#done -- all passed

gem 'minitest', '>= 5.0.0'
require 'minitest/pride'
require 'minitest/autorun'
Expand Down
5 changes: 5 additions & 0 deletions 01-leap/coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"result": {
"covered_percent": 12.5
}
}
35 changes: 35 additions & 0 deletions 01-leap/coverage/.resultset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"RSpec": {
"coverage": {
"/Users/kzell/Documents/Ada/weekendwarrior/weekend-warrior/01-leap/leap.rb": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
1,
0,
0,
0,
0,
0,
0,
null,
0,
null,
null,
null
]
},
"timestamp": 1504110981
}
}
Empty file.
Loading