Sha256: 5b140b06e30959008042124d93c2041e72cf32bd7a5a6f00cfae313ff3f480be

Contents?: true

Size: 354 Bytes

Versions: 4

Compression:

Stored size: 354 Bytes

Contents

$stderr.puts "LOADED AT:\n    #{caller.join("\n    ")}"

initial = "class ViewPathsSystemSpec::AddedViewPathFromControllerWithImposs"

rest = <<-EOS
ibleToGuessName < Fortitude::Widgets::Html5
  def content
    p "from an added view path from the controller with an impossible-to-guess name"
  end
end
EOS

total = initial.strip + rest.strip
eval(total)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/view_paths_system_spec/view_path_two/view_paths_system_spec/added_view_path_from_controller_with_impossible_to_guess_name.html.rb
fortitude-0.9.6 spec/rails/templates/view_paths_system_spec/view_path_two/view_paths_system_spec/added_view_path_from_controller_with_impossible_to_guess_name.html.rb
fortitude-0.9.5-java spec/rails/templates/view_paths_system_spec/view_path_two/view_paths_system_spec/added_view_path_from_controller_with_impossible_to_guess_name.html.rb
fortitude-0.9.5 spec/rails/templates/view_paths_system_spec/view_path_two/view_paths_system_spec/added_view_path_from_controller_with_impossible_to_guess_name.html.rb