Created
September 28, 2011 11:18
-
-
Save astropanic/1247697 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def test_including_modules_for_correct_country | |
Schober::Reader.expects(:send).with(:include, Schober::Mapping::Categories::Ch) | |
Schober::Reader.expects(:send).with(:include, Schober::Mapping::Columns::Ch) | |
Schober::Reader.expects(:send).with(:include, Schober::Computing::Ch) | |
Schober::Reader.new("ch") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment