Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Done #700

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Done #700

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Done.
monicagreco committed Aug 26, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8e59883de635172a9234ff86fa983f848715cf42
Empty file modified .learn
100644 → 100755
Empty file.
Empty file modified .rspec
100644 → 100755
Empty file.
Empty file modified CONTRIBUTING.md
100644 → 100755
Empty file.
Empty file modified LICENSE.md
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion lib/a_division_by_zero_error.rb
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
42 / 6

42 / 0
42 / 6
2 changes: 1 addition & 1 deletion lib/a_name_error.rb
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"hello world"

hello_world
x = "hello world"
2 changes: 1 addition & 1 deletion lib/a_syntax_error.rb
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
x = 1

x =
x = 1
2 changes: 1 addition & 1 deletion lib/a_type_error.rb
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1 + 1

1 + "is the loneliest number"
1 + 1
Empty file modified spec/no_ruby_errors_spec.rb
100644 → 100755
Empty file.
Empty file modified spec/spec_helper.rb
100644 → 100755
Empty file.