import userCanAdd from '../../../utils/user-can-add';
import { module, test } from 'qunit';

module('Unit | Utility | user can add');

// Replace this with your real tests.
test('it works', function(assert) {
  var result = userCanAdd();
  assert.ok(result);
});