Commit 3f31abfc by Aman Sharma

Added initial test case & added make file

parent 6d076794
default: start
start:
rails s
test:
rspec
\ No newline at end of file
require 'rails_helper'
RSpec.describe Recipe do
it 'should run the first test case' do
puts 'hello world! test'
expect('result').to eq('result')
end
end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment