aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers
diff options
context:
space:
mode:
authorTeddy Wing2017-06-15 16:48:26 +0200
committerTeddy Wing2017-06-15 16:48:26 +0200
commit3aea68a27af7a96db470fba2ad9c1f6000a681b9 (patch)
tree15f885bae2f6f3137f2ce5d07e7ded47adf5c2da /spec/helpers
parent73f8e3bb8a5e6ac47874ce75ed3bf81c63a633dd (diff)
downloadchouette-core-3aea68a27af7a96db470fba2ad9c1f6000a681b9.tar.bz2
TableBuilder spec: Remove TODOs
These are all finished. Refs #3479
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/table_builder_helper_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/helpers/table_builder_helper_spec.rb b/spec/helpers/table_builder_helper_spec.rb
index 186f47413..199373e24 100644
--- a/spec/helpers/table_builder_helper_spec.rb
+++ b/spec/helpers/table_builder_helper_spec.rb
@@ -376,15 +376,3 @@ describe TableBuilderHelper, type: :helper do
end
end
end
-
-
-# Replace table builder on workspaces#show page
-# Make the builder work without a `current_referential` so we can actually test it
-# Make a way to define a column as non-sortable. By default, columns will be sortable. Unless sortable==false and no columns should be sortable.
-#
-#
-# TODO:
-# - Finish writing workbench test
-# - Port some code over to the new table builder
-# - Ask Jean-Paul if there's anything he wishes could be changed or improved about the existing table builder
-# - Thing that Jean-Paul didn't like was the link generation