diff options
| author | Teddy Wing | 2017-08-30 11:10:12 +0200 |
|---|---|---|
| committer | Teddy Wing | 2017-08-30 11:10:12 +0200 |
| commit | abe1d0d346e9059d46caf62f3bde67df75a07540 (patch) | |
| tree | d5b7bac1959864781c311eea75db6025106c04a7 /spec/models/import_spec.rb | |
| parent | 46aafcc4dbc65ef3216fbcae3b11b263e1c025c0 (diff) | |
| download | chouette-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.rb | 2 |
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) } |
