From 45d8663de5a58740ac6bcf6c18a377aeb6fa0cd5 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Wed, 10 Aug 2011 17:03:37 -0700 Subject: Dummy app is no longer a submodule, now part of the projected - generated by testing generator Remove remaining traces of cucumber --- spec/dummy | 1 - spec/dummy/app/assets/javascripts/admin.js | 7 +++++++ spec/dummy/app/assets/javascripts/application.js | 9 +++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) delete mode 160000 spec/dummy create mode 100644 spec/dummy/app/assets/javascripts/admin.js create mode 100644 spec/dummy/app/assets/javascripts/application.js (limited to 'spec/dummy/app/assets/javascripts') diff --git a/spec/dummy b/spec/dummy deleted file mode 160000 index 36f851b..0000000 --- a/spec/dummy +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 36f851b7d5eca685475eb3a232e1d8dabfb1653a diff --git a/spec/dummy/app/assets/javascripts/admin.js b/spec/dummy/app/assets/javascripts/admin.js new file mode 100644 index 0000000..23c4fb9 --- /dev/null +++ b/spec/dummy/app/assets/javascripts/admin.js @@ -0,0 +1,7 @@ +// Use this to customize the wymeditor boot process +// Just mirror the options specified in boot_wym.js with the new options here. +// This will completely override anything specified in boot_wym.js for that key. +// e.g. skin: 'something_else' +var custom_wymeditor_boot_options = { + +}; \ No newline at end of file diff --git a/spec/dummy/app/assets/javascripts/application.js b/spec/dummy/app/assets/javascripts/application.js new file mode 100644 index 0000000..37c7bfc --- /dev/null +++ b/spec/dummy/app/assets/javascripts/application.js @@ -0,0 +1,9 @@ +// This is a manifest file that'll be compiled into including all the files listed below. +// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically +// be included in the compiled file accessible from http://example.com/assets/application.js +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// the compiled file. +// +//= require jquery +//= require jquery_ujs +//= require_tree . -- cgit v1.2.3