Method: QUnited::RakeTask#source_files_pattern=
- Defined in:
- lib/qunited/rake_task.rb
#source_files_pattern=(pattern) ⇒ Object
DEPRECATED: Please use source_files=, which now takes either an array of files or a glob pattern string.
13 14 15 16 |
# File 'lib/qunited/rake_task.rb', line 13 def source_files_pattern=(pattern) warn 'source_files_pattern= is deprecated in QUnited rake task config, use source_files= with a pattern' @source_files = pattern end |