diff options
| author | Robert | 2017-06-28 14:57:36 +0200 |
|---|---|---|
| committer | Robert | 2017-06-28 14:57:36 +0200 |
| commit | 74f5fb8bfb960df1bf670324566dc315b91c5291 (patch) | |
| tree | f33f1926f2e661a7cc585239eee06cf7d8cba6c8 | |
| parent | b112d6e5446ae1677e9afe527a5fefd30620b14c (diff) | |
| download | chouette-core-74f5fb8bfb960df1bf670324566dc315b91c5291.tar.bz2 | |
Dead Spec Elimination
| -rw-r--r-- | spec/javascripts/calendars/index_spec.coffee | 0 | ||||
| -rw-r--r-- | spec/models/calendar_spec.rb | 2 |
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) } |
