magicspec 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/magicspec/templates/browser_spec_template.rb.tt +3 -1
- data/magicspec.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71768c5bc1c290821dd72541aefe4366ab7f4b98
|
|
4
|
+
data.tar.gz: 5ebfaced346b6bd43ca4dbbd6e648e30aee2219d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3a8b5b415408bb49a7c323a7715741f7460e1879db1694d19968438873389a6754ccaa4caa1f58f03fe0c4f7e34a503b4fee41db8e0a13e3860c4a02d3fa947
|
|
7
|
+
data.tar.gz: d30b4a60d6ec47bb274b93539140d4aaf96841a19b284ba6e0e7da9814c04dc669b28e3ad037e4a4df43d6e72534e57651838e852c2a2f00ad469deb587fb009
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
#encoding: utf-8
|
|
2
2
|
require File.expand_path 'app/spec/spec_helper'
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
# Remember to tag your tests!
|
|
5
|
+
# You can add multuple tags
|
|
6
|
+
describe "The browser tempate",:template do
|
|
5
7
|
# These are the things you do to setup you test.
|
|
6
8
|
# For example start the browser or gather data.
|
|
7
9
|
before(:all) do
|
data/magicspec.gemspec
CHANGED