Repository URL to install this package:
|
Version:
1.0.0.pre ▾
|
Then /^"(.*?)" shouldn't be a symbol$/ do |sym|
expect(Symbol.all_symbols.map &:to_s).to_not include(sym), 'symbol detected!'
end