diff --git a/test/test-project/bar/view.rhtml.actual.js b/test/test-project/bar/view.rhtml.actual.js
deleted file mode 100644
index 3dc8a2738..000000000
--- a/test/test-project/bar/view.rhtml.actual.js
+++ /dev/null
@@ -1,19 +0,0 @@
-module.exports = function create(helpers) {
- var empty = helpers.e,
- notEmpty = helpers.ne,
- raptor_widgets_taglib_widget_tag = require("raptor-widgets/taglib/widget-tag");
-
- return function render(data, context) {
- context.t(
- raptor_widgets_taglib_widget_tag,
- {
- "path": require.resolve("./widget"),
- "_cfg": data.widgetConfig
- },
- function(widget) {
- context.w('
Foo
');
- });
- };
-}
\ No newline at end of file
diff --git a/test/test-project/foo/view.rhtml.actual.js b/test/test-project/foo/view.rhtml.actual.js
deleted file mode 100644
index 3dc8a2738..000000000
--- a/test/test-project/foo/view.rhtml.actual.js
+++ /dev/null
@@ -1,19 +0,0 @@
-module.exports = function create(helpers) {
- var empty = helpers.e,
- notEmpty = helpers.ne,
- raptor_widgets_taglib_widget_tag = require("raptor-widgets/taglib/widget-tag");
-
- return function render(data, context) {
- context.t(
- raptor_widgets_taglib_widget_tag,
- {
- "path": require.resolve("./widget"),
- "_cfg": data.widgetConfig
- },
- function(widget) {
- context.w('Foo
');
- });
- };
-}
\ No newline at end of file
diff --git a/test/test-project/page1.rhtml.actual.html b/test/test-project/page1.rhtml.actual.html
deleted file mode 100644
index 2abdb9c4b..000000000
--- a/test/test-project/page1.rhtml.actual.html
+++ /dev/null
@@ -1,6 +0,0 @@
- a
\ No newline at end of file
diff --git a/test/test-project/page1.rhtml.actual.js b/test/test-project/page1.rhtml.actual.js
deleted file mode 100644
index 37906dec0..000000000
--- a/test/test-project/page1.rhtml.actual.js
+++ /dev/null
@@ -1,12 +0,0 @@
-module.exports = function create(helpers) {
- var empty = helpers.e,
- notEmpty = helpers.ne,
- taglib_init_widgets_tag = require("../../taglib/init-widgets-tag");
-
- return function render(data, context) {
- context.i("./foo/view.rhtml", {}, require)
- .t(
- taglib_init_widgets_tag,
- {});
- };
-}
\ No newline at end of file