diff --git a/config/dependencies.rb b/config/dependencies.rb deleted file mode 100644 index 99950ca..0000000 --- a/config/dependencies.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Specify which components you wish to include when -# the "home" component loads. - -Opal.use_gem("rx-file") diff --git a/config/initializers/boot.rb b/config/initializers/boot.rb deleted file mode 100644 index a4bbae3..0000000 --- a/config/initializers/boot.rb +++ /dev/null @@ -1,10 +0,0 @@ -# Place any code you want to run when the component is included on the client -# or server. - -# To include code only on the client use: -# if RUBY_PLATFORM == 'opal' -# -# To include code only on the server, use: -# unless RUBY_PLATFORM == 'opal' -# ^^ this will not send compile in code in the conditional to the client. -# ^^ this include code required in the conditional. \ No newline at end of file diff --git a/config/initializers/server/rubyx.rb b/config/initializers/server/rubyx.rb deleted file mode 100644 index 7f555d8..0000000 --- a/config/initializers/server/rubyx.rb +++ /dev/null @@ -1 +0,0 @@ -Opal.use_gem "rubyx" diff --git a/config/routes.rb b/config/routes.rb deleted file mode 100644 index 2724777..0000000 --- a/config/routes.rb +++ /dev/null @@ -1,7 +0,0 @@ -# See https://github.com/voltrb/volt#routes for more info on routes - -client '/about', action: 'about' - -# The main route, this should be last. It will match any params not -# previously matched. -client '/', {} diff --git a/spec/app/main/integration/blocks_spec.rb b/spec/app/main/integration/blocks_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/blocks_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end diff --git a/spec/app/main/integration/classes_spec.rb b/spec/app/main/integration/classes_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/classes_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end diff --git a/spec/app/main/integration/objects_spec.rb b/spec/app/main/integration/objects_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/objects_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end diff --git a/spec/app/main/integration/registers_spec.rb b/spec/app/main/integration/registers_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/registers_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end diff --git a/spec/app/main/integration/sources_spec.rb b/spec/app/main/integration/sources_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/sources_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end diff --git a/spec/app/main/integration/statuses_spec.rb b/spec/app/main/integration/statuses_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/statuses_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end