Skip to content

Instantly share code, notes, and snippets.

@astropanic
Created September 28, 2011 11:18
Show Gist options
  • Save astropanic/1247697 to your computer and use it in GitHub Desktop.
Save astropanic/1247697 to your computer and use it in GitHub Desktop.
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