transferred Code Ocean from original repository to GitHub
This commit is contained in:
6
db/seeds/hello_world/exercise_spec.rb
Normal file
6
db/seeds/hello_world/exercise_spec.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
describe 'Exercise' do
|
||||
it "outputs 'Hello World" do
|
||||
expect(STDOUT).to receive(:puts).with('Hello World')
|
||||
require './exercise'
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user