mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-21 08:26:10 +01:00
It's basically a set of rspec macro allowing you to write thing such as `it_should_find_and_assign :users'. See <http://github.com/rsl/skinny_spec/tree/master> for more informations. It's recommended to install the `ruby2ruby' gem to have nicer error messages, but it is not required to work. @@ update README_FOR_DEVELOPERS accordingly.
3 lines
No EOL
50 B
Ruby
3 lines
No EOL
50 B
Ruby
if RAILS_ENV == "test"
|
|
require "skinny_spec"
|
|
end |