summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorNimesh-Msys <nimesh.patni@msystechnologies.com>2019-03-26 22:49:39 +0530
committerNimesh-Msys <nimesh.patni@msystechnologies.com>2019-04-04 22:11:16 +0530
commit9b19748867fcb05fab550262449a1bd825db15cf (patch)
treeb192ca1f69f754929a5409c856e8d3e82348d14b /spec/spec_helper.rb
parent3c264946e8dd051e56418751f093eb3afa3c1387 (diff)
downloadchef-9b19748867fcb05fab550262449a1bd825db15cf.tar.gz
locale resource: Add support to set all LC ENV variables
- Deprecated `lc_all` - Provided other features like generate locale if it is not available - Removed system dependancy - Added unit and functional test cases - Added YARD format comments - Ensured Chefstyle - Fixes: MSYS-988 Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index d13453b778..027be2e619 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -143,6 +143,7 @@ RSpec.configure do |config|
config.filter_run_excluding skip_travis: true if ENV["TRAVIS"]
config.filter_run_excluding windows_only: true unless windows?
+ config.filter_run_excluding not_supported_on_windows: true if windows?
config.filter_run_excluding not_supported_on_macos: true if mac_osx?
config.filter_run_excluding macos_only: true if !mac_osx?
config.filter_run_excluding not_supported_on_aix: true if aix?