diff --git a/app/views/contexts/index.html.erb b/app/views/contexts/index.html.erb index 9b6f1cad..846d01ca 100644 --- a/app/views/contexts/index.html.erb +++ b/app/views/contexts/index.html.erb @@ -1,9 +1,11 @@
-
+

Currently there are no contexts

- <%= render :partial => 'context_listing', :collection => @contexts %> +
+ <%= render :partial => 'context_listing', :collection => @contexts %> +
diff --git a/vendor/plugins/skinny_spec/init.rb b/vendor/plugins/skinny_spec/init.rb deleted file mode 100644 index 4906d276..00000000 --- a/vendor/plugins/skinny_spec/init.rb +++ /dev/null @@ -1,3 +0,0 @@ -if RAILS_ENV == "test" - require "skinny_spec" -end \ No newline at end of file