aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/import_spec.rb
diff options
context:
space:
mode:
authorTeddy Wing2017-08-30 11:10:12 +0200
committerTeddy Wing2017-08-30 11:10:12 +0200
commitabe1d0d346e9059d46caf62f3bde67df75a07540 (patch)
treed5b7bac1959864781c311eea75db6025106c04a7 /spec/models/import_spec.rb
parent46aafcc4dbc65ef3216fbcae3b11b263e1c025c0 (diff)
downloadchouette-core-abe1d0d346e9059d46caf62f3bde67df75a07540.tar.bz2
Import spec: Use new hash syntax
Diffstat (limited to 'spec/models/import_spec.rb')
-rw-r--r--spec/models/import_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/import_spec.rb b/spec/models/import_spec.rb
index 69c77da91..0aee62ec1 100644
--- a/spec/models/import_spec.rb
+++ b/spec/models/import_spec.rb
@@ -1,4 +1,4 @@
-RSpec.describe Import, :type => :model do
+RSpec.describe Import, type: :model do
it { should belong_to(:referential) }
it { should belong_to(:workbench) }