summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Wanninger <ajwann@ajwann.codes>2018-01-14 09:49:31 -0500
committerAdam Wanninger <ajwann@ajwann.codes>2018-01-25 10:01:13 -0500
commit6ee9f72766d440788701270f3e87bb1514c137d5 (patch)
treeec5b333b5a8217b518ddfa5de63e29190bd934cc
parentc5e1be8e9ecfd82dc239a579d85902c95f7a6524 (diff)
downloadbundler-6ee9f72766d440788701270f3e87bb1514c137d5.tar.gz
readable/writable is more descriptive than read/write
-rw-r--r--spec/commands/doctor_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/doctor_spec.rb b/spec/commands/doctor_spec.rb
index c99cea68f6..c66528a47b 100644
--- a/spec/commands/doctor_spec.rb
+++ b/spec/commands/doctor_spec.rb
@@ -58,7 +58,7 @@ RSpec.describe "bundle doctor" do
E
end
- it "exits with an error if home contains files that are not read/write" do
+ it "exits with an error if home contains files that are not readable/writable" do
stat = double("stat")
unwritable_file = double("file")
doctor = Bundler::CLI::Doctor.new({})