RSpec.shared_context "theme context" do def read_stylesheet(path) ::File.open(::File.join(::File.dirname(__FILE__), '../../vendor/assets/stylesheets', path)).read end before do subject.setup 'env', 'rev', 'time' end end RSpec.shared_examples "theme" do let (:src) { %Q~
head