Skip to content

Instantly share code, notes, and snippets.

@nateberkopec
Last active August 29, 2015 14:15
Show Gist options
  • Save nateberkopec/78fcae3b299a3e72d800 to your computer and use it in GitHub Desktop.
Save nateberkopec/78fcae3b299a3e72d800 to your computer and use it in GitHub Desktop.
# 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