spec/spec_helper.rb in find_communities-0.0.3 vs spec/spec_helper.rb in find_communities-0.0.4

- old
+ new

@@ -1,9 +1,10 @@ require 'find_communities' require 'pry' require 'pry-nav' require 'helpers' require 'rspec/retry' +include FindCommunities # This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper"` to ensure that it is only # loaded once.