diff --git a/.learn b/.learn old mode 100644 new mode 100755 diff --git a/.rspec b/.rspec old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/Gemfile b/Gemfile old mode 100644 new mode 100755 diff --git a/Gemfile.lock b/Gemfile.lock old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/my-new-file.txt b/my-new-file.txt new file mode 100644 index 0000000..e69de29 diff --git a/spec/lab_spec.rb b/spec/lab_spec.rb old mode 100644 new mode 100755 index 2de730e..54b7c55 --- a/spec/lab_spec.rb +++ b/spec/lab_spec.rb @@ -3,5 +3,6 @@ describe 'First Lab' do it 'added a file' do expect(Dir["*"].size).to be > 6 + end end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb old mode 100644 new mode 100755