Skip to content

Instantly share code, notes, and snippets.

@goyox86
Created October 30, 2010 00:50
Show Gist options
  • Save goyox86/654735 to your computer and use it in GitHub Desktop.
Save goyox86/654735 to your computer and use it in GitHub Desktop.
rake test
(in /Users/goyox86/Desktop/code/fancy)
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/argv.fy
Running tests for: ARGV & predefined values: .
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/array.fy
Running tests for: Array: ..............................................
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/block.fy
Running tests for: Rubinius::BlockEnvironment: .........
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/class.fy
Running tests for: Class: ........
> FAILED: Class should only be able to call the public method from outside the Class [2 unexpected values]
Got:
"private!" instead of: nil
"protected!" instead of: nil
....
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/documentation.fy
Running tests for: Documentations:
> FAILED: Documentations should display the documentation for a method [1 unexpected values]
Got:
#<Fancy::Documentation:0x252 @docs=["Array#each: iterates over its elements, calling a given block with each element."]> instead of: "Array#each: iterates over its elements, calling a given block with each element."
.
> FAILED: Documentations should define a documenation string for a method [1 unexpected values]
Got:
"" instead of: "bar!"
.
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/exception.fy
Running tests for: StandardError: .......
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/file.fy
Running tests for: File: .......
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/hash.fy
Running tests for: Hash: ..............
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/method.fy
Running tests for: Method: ..
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/nil_class.fy
Running tests for: NilClass: ............
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/number.fy
Running tests for: Number: ..................
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/object.fy
Running tests for: Object: .......................
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/pattern_matching.fy
Running tests for: Pattern Matching: .
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/rbx_examples.fy
Running tests for: rbx/examples: ....................
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/set.fy
Running tests for: Set: .
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/stack.fy
Running tests for: Stack: ..
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/string.fy
Running tests for: String: ...
> FAILED: String should return the correct substring [2 unexpected values]
Got:
"llo, w" instead of: "llo,"
"llo, w" instead of: "llo,"
.........
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/symbol.fy
Running tests for: Symbol: .
> FAILED: Symbol should evaluate itself within the current scope [1 unexpected values]
Got:
true instead of: 10
/Users/goyox86/Desktop/code/fancy/bin/fancy /Users/goyox86/Desktop/code/fancy/tests/true_class.fy
Running tests for: TrueClass: ..............
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment