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

Fixed a minor syntax error in test_nil #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fixed a minor syntax error in test_nil #4

wants to merge 2 commits into from

Conversation

InvisibleTech
Copy link

I have included the diff below. I used my version to complete the koans for about_data_types.rb as a test of my changes.

diff --git a/koans/about_data_types.rb b/koans/about_data_types.rb
index ad6cb89..cd7ea72 100644
--- a/koans/about_data_types.rb
+++ b/koans/about_data_types.rb
@@ -51,7 +51,7 @@ class AboutDataTypes < EdgeCase::Koan
end
def test_nil
@col.insert({:value => nil})

  • assert_instance_of___, @col.find_one['value']
  • assert_instance_of ___, @col.find_one['value']
    end
    def test_not_attribute
    @col.insert({:value => true})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant