Sha256: c42d8550f185142fff8301a7af773c8912980ebd0f74f592fe0c7fc453049c05
Contents?: true
Size: 347 Bytes
Versions: 4
Compression:
Stored size: 347 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '../../spec_helper') require "perkins/dsl" describe "Repo" do let(:app){ perkins_app } it "app should be configured" do expect($redis.class).to be == Redis::Namespace expect(app.github_client_id).to_not be_blank expect(app.github_client_secret).to_not be_blank end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
perkins-0.0.5 | spec/lib/dsl_spec.rb |
perkins-0.0.3 | spec/lib/dsl_spec.rb |
perkins-0.0.2 | spec/lib/dsl_spec.rb |
perkins-0.0.1 | spec/lib/dsl_spec.rb |