Last active
August 29, 2015 14:15
-
-
Save nateberkopec/78fcae3b299a3e72d800 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
# We don't test javascript or styles in this part of the test suite (we do that | |
# in cucumber). This saves us from compiling these assets in our functional | |
# tests. | |
module Sprockets | |
module Rails | |
module Helper | |
def javascript_include_tag(*_args) | |
end | |
def stylesheet_link_tag(*_args) | |
end | |
end | |
end | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment