Skip to content

Commit b00bb82

Browse files
committed
Add a reference on README
1 parent dc623b7 commit b00bb82

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

README.md

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,8 @@
1-
# README
1+
reproduction code for https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/issues/126
22

3-
This README would normally document whatever steps are necessary to get the
4-
application up and running.
3+
step to run test:
54

6-
Things you may want to cover:
7-
8-
* Ruby version
9-
10-
* System dependencies
11-
12-
* Configuration
13-
14-
* Database creation
15-
16-
* Database initialization
17-
18-
* How to run the test suite
19-
20-
* Services (job queues, cache servers, search engines, etc.)
21-
22-
* Deployment instructions
23-
24-
* ...
5+
```
6+
bundle install
7+
bundle exec rspec
8+
```

0 commit comments

Comments
 (0)