summaryrefslogtreecommitdiff
path: root/spec/functional/provider/remote_file/cache_control_data_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functional/provider/remote_file/cache_control_data_spec.rb')
-rwxr-xr-xspec/functional/provider/remote_file/cache_control_data_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/functional/provider/remote_file/cache_control_data_spec.rb b/spec/functional/provider/remote_file/cache_control_data_spec.rb
index c56787e7e5..a5d938418e 100755
--- a/spec/functional/provider/remote_file/cache_control_data_spec.rb
+++ b/spec/functional/provider/remote_file/cache_control_data_spec.rb
@@ -81,9 +81,9 @@ describe Chef::Provider::RemoteFile::CacheControlData do
let(:uri) { uri_exceeds_file_system_limit }
it "writes data to the cache" do
- expect do
+ expect {
cache_control_data.save
- end.not_to raise_error
+ }.not_to raise_error
end
it "writes the data to the cache and the same data can be read back" do