Skip to content

Commit e6a647b

Browse files
committed
Updates file_manipulation_spec.rb for consistency and conciseness
1 parent 4f9f6af commit e6a647b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/actions/file_manipulation_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def file
3333
action :chmod, "foo", 0755
3434
end
3535

36-
it "does not execute the command if pretending given" do
36+
it "does not execute the command if pretending" do
3737
FileUtils.should_not_receive(:chmod_R)
3838
runner(:pretend => true)
3939
action :chmod, "foo", 0755

0 commit comments

Comments
 (0)