Another common test to run

dev
Andy Meneely 2015-03-19 00:21:48 -04:00
parent 3a57380959
commit 63f587f792
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@
"name": "rspec spec/samples/samples_regression_spec.rb",
"shell_cmd": "rspec spec/samples/samples_regression_spec.rb",
"working_dir": "${project_path:${folder}}"
},
{
"name": "rspec spec/graphics/graphics_text_spec.rb",
"shell_cmd": "rspec spec/graphics/graphics_text_spec.rb",
"working_dir": "${project_path:${folder}}"
}
],