index
:
xlgmokha/ruby_practice.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Collapse
)
Author
2012-02-11
move specs from test/ to spec/
mo k
2012-02-11
building a rover.
mo k
2012-02-11
add spec for when the book is for a different author.
mo k
2012-02-11
repace the assert_equal syntax with the must_equal syntax.
mo k
2012-02-11
spiking out developwithpassion_fakes. i like it!
mo k
2011-11-14
just found out that MiniTest::Mock falls apart when trying to return ↵
mo k
different values for a single method when passing in different parameters.
2011-11-12
move specification to its own folder.
mo k
2011-11-12
move find_all_books_by_author to separate file.
mo k
2011-11-12
add find_all_matching to library.
mo k
2011-11-12
move publisher to a separate file.
mo k
2011-11-12
update equality for Book.
mo k
2011-11-12
add author, publisher and publishing year to book.
mo k
2011-11-11
move library to a separate file.
mo k
2011-11-11
mix the context specs with old school style testing.
mo k
2011-11-11
moved the require 'test/unit' from each spec file to the ts_all file.
mo k
2011-11-11
move to lib and test folder and add rakefile.
mo k