Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-setupTest/testSetup.4.conversation.json
13397 views
1
[
2
{
3
"name": "rubyOnRailsApp",
4
"question": "/setupTests rspec",
5
"expectations": {
6
"filePatterns": ["^spec/.*_spec\\.rb$"],
7
"installCommandPattern": "bundle install",
8
"runCommandPattern": "bundle exec rspec"
9
},
10
"files": [
11
"app/controllers/application_controller.rb",
12
"Gemfile",
13
"config/application.rb"
14
]
15
}
16
]
17
18