spec/issue_spec.rb in gitmine-0.1.0 vs spec/issue_spec.rb in gitmine-0.1.1

- old
+ new

@@ -8,10 +8,10 @@ end end describe "#config" do it "should load the config from config.yml" do - issue.config.should == {"project"=>"project_name", "host"=>"http://localhost:3000", "api_key"=>"api_key"} + issue.config.should == {"host"=>"http://localhost:3000", "api_key"=>"api_key"} end end describe "#url (protected)" do it "should build up URL based on the config" do