diff --git a/hello_world.rb b/hello_world.rb new file mode 100644 index 0000000..01a178a --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts "Hello World!" diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 6430886..00c76e3 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -6,5 +6,6 @@ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| # config here - + + end