CONTRIBUTING.md in skylight-4.3.2 vs CONTRIBUTING.md in skylight-5.0.0.beta

- old
+ new

@@ -16,14 +16,8 @@ ```shell # Select a gemfile and bundle install export BUNDLE_GEMFILE=$PWD/gemfiles/Gemfile.rails-5.2.x bundle install - -# Run the skylight-core test suite (takes a few seconds) -pushd skylight-core -bundle exec rspec -popd - -# Run the main test suite (takes 5-10 minutes) +# Run the test suite (takes 5-10 minutes) bundle exec rspec ```