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/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/lib/a_division_by_zero_error.rb b/lib/a_division_by_zero_error.rb old mode 100644 new mode 100755 index fa27ef3..e972090 --- a/lib/a_division_by_zero_error.rb +++ b/lib/a_division_by_zero_error.rb @@ -1,3 +1,3 @@ 42 / 6 -42 / 0 +42 / 4 diff --git a/lib/a_name_error.rb b/lib/a_name_error.rb old mode 100644 new mode 100755 index bad266d..35f5472 --- a/lib/a_name_error.rb +++ b/lib/a_name_error.rb @@ -1,3 +1,3 @@ "hello world" -hello_world +hello_world = 1 diff --git a/lib/a_syntax_error.rb b/lib/a_syntax_error.rb old mode 100644 new mode 100755 index 5252c8f..a14ac9d --- a/lib/a_syntax_error.rb +++ b/lib/a_syntax_error.rb @@ -1,3 +1,3 @@ x = 1 -x = +x = 1 diff --git a/lib/a_type_error.rb b/lib/a_type_error.rb old mode 100644 new mode 100755 index 1217fd5..3433947 --- a/lib/a_type_error.rb +++ b/lib/a_type_error.rb @@ -1,3 +1,3 @@ 1 + 1 -1 + "is the loneliest number" +1 + 1 diff --git a/spec/no_ruby_errors_spec.rb b/spec/no_ruby_errors_spec.rb old mode 100644 new mode 100755 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb old mode 100644 new mode 100755