diff --git a/examples/templates/template_amrita2.rb b/examples/templates/template_amrita2.rb index 7b220cb2..140baa4b 100644 --- a/examples/templates/template_amrita2.rb +++ b/examples/templates/template_amrita2.rb @@ -70,4 +70,4 @@ def args end end -Ramaze.start +Ramaze.start :file => __FILE__ diff --git a/examples/templates/template_erubis.rb b/examples/templates/template_erubis.rb index 9ba955be..3a91d6bb 100644 --- a/examples/templates/template_erubis.rb +++ b/examples/templates/template_erubis.rb @@ -49,4 +49,4 @@ def external *args end end -Ramaze.start +Ramaze.start :file => __FILE__ diff --git a/examples/templates/template_ezamar.rb b/examples/templates/template_ezamar.rb index 6d7a7367..4a68df46 100644 --- a/examples/templates/template_ezamar.rb +++ b/examples/templates/template_ezamar.rb @@ -48,4 +48,4 @@ def external *args end end -Ramaze.start +Ramaze.start :file => __FILE__ diff --git a/examples/templates/template_haml.rb b/examples/templates/template_haml.rb index 8e571f3b..44c93ce9 100644 --- a/examples/templates/template_haml.rb +++ b/examples/templates/template_haml.rb @@ -46,4 +46,4 @@ def external *args end end -Ramaze.start +Ramaze.start :file => __FILE__ diff --git a/examples/templates/template_liquid.rb b/examples/templates/template_liquid.rb index 2e2f7235..3bb59cc4 100644 --- a/examples/templates/template_liquid.rb +++ b/examples/templates/template_liquid.rb @@ -61,4 +61,4 @@ def external *args end end -Ramaze.start +Ramaze.start :file => __FILE__ diff --git a/examples/templates/template_markaby.rb b/examples/templates/template_markaby.rb index 06e9e910..3f375e74 100644 --- a/examples/templates/template_markaby.rb +++ b/examples/templates/template_markaby.rb @@ -54,4 +54,4 @@ def external *args end end -Ramaze.start +Ramaze.start :file => __FILE__ diff --git a/examples/templates/template_nagoro.rb b/examples/templates/template_nagoro.rb index 79e25721..e25dc980 100644 --- a/examples/templates/template_nagoro.rb +++ b/examples/templates/template_nagoro.rb @@ -47,4 +47,4 @@ def external *args end end -Ramaze.start +Ramaze.start :file => __FILE__ diff --git a/examples/templates/template_redcloth.rb b/examples/templates/template_redcloth.rb index 8c27e9e0..c1dd3200 100644 --- a/examples/templates/template_redcloth.rb +++ b/examples/templates/template_redcloth.rb @@ -55,4 +55,4 @@ def layout end end -Ramaze.start +Ramaze.start :file => __FILE__ diff --git a/examples/templates/template_remarkably.rb b/examples/templates/template_remarkably.rb index 5c8353b5..6907920c 100644 --- a/examples/templates/template_remarkably.rb +++ b/examples/templates/template_remarkably.rb @@ -51,4 +51,4 @@ def external *args end end -Ramaze.start +Ramaze.start :file => __FILE__ diff --git a/examples/templates/template_tenjin.rb b/examples/templates/template_tenjin.rb index b0d10cb3..96bb5d26 100644 --- a/examples/templates/template_tenjin.rb +++ b/examples/templates/template_tenjin.rb @@ -49,4 +49,4 @@ def external(*args) end end -Ramaze.start +Ramaze.start :file => __FILE__ diff --git a/examples/templates/template_xslt.rb b/examples/templates/template_xslt.rb index 7b79a691..5628c872 100644 --- a/examples/templates/template_xslt.rb +++ b/examples/templates/template_xslt.rb @@ -45,4 +45,4 @@ def external *args end end -Ramaze.start +Ramaze.start :file => __FILE__ diff --git a/lib/ramaze/spec/helper/template_examples.rb b/lib/ramaze/spec/helper/template_examples.rb index 4855d1d0..59ac1181 100644 --- a/lib/ramaze/spec/helper/template_examples.rb +++ b/lib/ramaze/spec/helper/template_examples.rb @@ -27,4 +27,3 @@ def self.tests( describe, spec_engine ) end end end -Ramaze.options.views = '../../../examples/templates/view'