spec/features/github_spec.rb in suspenders-1.37.0 vs spec/features/github_spec.rb in suspenders-1.38.0
- old
+ new
@@ -7,9 +7,10 @@
end
it "suspends a project with --github option" do
repo_name = 'test'
run_suspenders("--github=#{repo_name}")
+ setup_app_dependencies
expect(FakeGithub).to have_created_repo(repo_name)
end
end