lib/sandbox_assets/settings.rb in rails-sandbox-assets-0.0.5 vs lib/sandbox_assets/settings.rb in rails-sandbox-assets-0.1.0

- old
+ new

@@ -1,10 +1,10 @@ module SandboxAssets class Settings attr_reader :options attr_accessor :tests_roots, :assets_paths, :port, :tests_patterns, :stylesheets_patterns, - :template, :disable_template_param + :template, :iframe_template, :disable_template_param def initialize @tests_roots = %w(test/javascripts spec/javascripts) @assets_paths = @tests_roots + %w(test/assets/javascripts test/assets/stylesheets