Skip to content

Instantly share code, notes, and snippets.

@bjhaid
Last active December 22, 2015 09:39
Show Gist options
  • Select an option

  • Save bjhaid/6453278 to your computer and use it in GitHub Desktop.

Select an option

Save bjhaid/6453278 to your computer and use it in GitHub Desktop.
helloworld Rspec
require 'helloworld'
describe Helloworld do
it "should say 'HelloWorld!'" do
helloWorld = Helloworld.new()
helloWorld.hello.should eql("HelloWorld!")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment