summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/file_bucket_file/file_spec.rb
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppetlabs.com>2011-07-27 15:28:21 -0700
committerJacob Helwig <jacob@puppetlabs.com>2011-08-19 13:52:57 -0700
commit9fbb0be88daec8def1cca622cd4045d4eda7a3b5 (patch)
tree544c178c8c87bc2300982a3e0823038c1d635b41 /spec/unit/indirector/file_bucket_file/file_spec.rb
parentc93015264f8778baf6ba309064ab5a8ab16f32bc (diff)
downloadpuppet-9fbb0be88daec8def1cca622cd4045d4eda7a3b5.tar.gz
puppet-9fbb0be88daec8def1cca622cd4045d4eda7a3b5.tar.xz
puppet-9fbb0be88daec8def1cca622cd4045d4eda7a3b5.zip
(#8663) Reenable spec tests on Windows that now pass
The cacher was causing spec tests to fail due to Time.now not having millisecond resolution on Windows. Now that usage of the cacher has been removed from many places, these tests now pass. Reviewed-by: Jacob Helwig <jacob@puppetlabs.com> (cherry picked from commit 9e502ed121847fe4fcca90453c0520b53103d17d)
Diffstat (limited to 'spec/unit/indirector/file_bucket_file/file_spec.rb')
-rwxr-xr-xspec/unit/indirector/file_bucket_file/file_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/indirector/file_bucket_file/file_spec.rb b/spec/unit/indirector/file_bucket_file/file_spec.rb
index ee0b61af1..eb86eee85 100755
--- a/spec/unit/indirector/file_bucket_file/file_spec.rb
+++ b/spec/unit/indirector/file_bucket_file/file_spec.rb
@@ -14,7 +14,7 @@ describe Puppet::FileBucketFile::File do
Puppet::FileBucketFile::File.doc.should be_instance_of(String)
end
- describe "non-stubbing tests", :fails_on_windows => true do
+ describe "non-stubbing tests" do
include PuppetSpec::Files
before do