aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert2017-06-28 14:57:36 +0200
committerRobert2017-06-28 14:57:36 +0200
commit74f5fb8bfb960df1bf670324566dc315b91c5291 (patch)
treef33f1926f2e661a7cc585239eee06cf7d8cba6c8
parentb112d6e5446ae1677e9afe527a5fefd30620b14c (diff)
downloadchouette-core-74f5fb8bfb960df1bf670324566dc315b91c5291.tar.bz2
Dead Spec Elimination
-rw-r--r--spec/javascripts/calendars/index_spec.coffee0
-rw-r--r--spec/models/calendar_spec.rb2
2 files changed, 0 insertions, 2 deletions
diff --git a/spec/javascripts/calendars/index_spec.coffee b/spec/javascripts/calendars/index_spec.coffee
deleted file mode 100644
index e69de29bb..000000000
--- a/spec/javascripts/calendars/index_spec.coffee
+++ /dev/null
diff --git a/spec/models/calendar_spec.rb b/spec/models/calendar_spec.rb
index 1dd3bf81d..5d4ae1ed9 100644
--- a/spec/models/calendar_spec.rb
+++ b/spec/models/calendar_spec.rb
@@ -1,5 +1,3 @@
-require 'rails_helper'
-
RSpec.describe Calendar, :type => :model do
it { should belong_to(:organisation) }