Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
activeadmin / features / step_definitions / symbol_leak_steps.rb
Size: Mime:
Then /^"(.*?)" shouldn't be a symbol$/ do |sym|
  expect(Symbol.all_symbols.map &:to_s).to_not include(sym), 'symbol detected!'
end