spec/support/theme_helper.rb in rack-dev-mark-0.5.1 vs spec/support/theme_helper.rb in rack-dev-mark-0.6.0

- old
+ new

@@ -2,10 +2,10 @@ def read_stylesheet(path) ::File.open(::File.join(::File.dirname(__FILE__), '../../vendor/assets/stylesheets', path)).read end before do - subject.setup 'env', 'rev' + subject.setup 'env', 'rev', 'time' end end RSpec.shared_examples "theme" do let (:src) { %Q~<html><head>head<title>title</title></head><body>body</body></html>~ }