Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
react-rails-rspec
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aman Sharma
react-rails-rspec
Commits
3f31abfc
Commit
3f31abfc
authored
Sep 30, 2020
by
Aman Sharma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added initial test case & added make file
parent
6d076794
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
Makefile
Makefile
+9
-0
recipe._spec.rb
spec/models/recipe._spec.rb
+12
-0
No files found.
Makefile
0 → 100644
View file @
3f31abfc
default
:
start
start
:
rails s
test
:
rspec
\ No newline at end of file
spec/models/recipe._spec.rb
0 → 100644
View file @
3f31abfc
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment