tomykaira / rspec-parameterized

RSpec::Parameterized supports simple parameterized test syntax in rspec.
MIT License
417 stars 28 forks source link

Is proc_to_ast actually required? #74

Open dleidert opened 2 years ago

dleidert commented 2 years ago

The proc_to_ast gem hasn't seen any activity in the last 7 years. So I was wondering if it is still required. And while lib/rspec/parameterized.rb contains a require statement, it actually looks like there is no actually use anymore since https://github.com/tomykaira/rspec-parameterized/commit/7c4a18839010355f2f395c9dd65715bbd78ee11c. Can you confirm this finding? Can the references to proc_to_ast be removed?

dleidert commented 2 years ago

Ok, there is one reference left: obj.to_raw_source. I wonder if this can be replaced?