spec/meta_spec.rb in evergreen-0.2.1 vs spec/meta_spec.rb in evergreen-0.2.2

- old
+ new

@@ -7,9 +7,14 @@ context "with transactions spec" do let(:spec) { Evergreen::Spec.new(root, 'transactions_spec.js') } it { should pass } end + context "with spec helper" do + let(:spec) { Evergreen::Spec.new(root, 'with_helper_spec.js') } + it { should pass } + end + context "with template spec" do let(:spec) { Evergreen::Spec.new(root, 'templates_spec.js') } it { should pass } end end