mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-16 16:31:05 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
17 lines
381 B
JSON
17 lines
381 B
JSON
[
|
|
{
|
|
"name": "rubyOnRailsApp",
|
|
"question": "@workspace /setupTests rspec",
|
|
"expectations": {
|
|
"filePatterns": ["^spec/.*_spec\\.rb$"],
|
|
"installCommandPattern": "bundle install",
|
|
"runCommandPattern": "bundle exec rspec"
|
|
},
|
|
"files": [
|
|
"app/controllers/application_controller.rb",
|
|
"Gemfile",
|
|
"config/application.rb"
|
|
]
|
|
}
|
|
]
|