diff options
| author | mo k <mo@mokhan.ca> | 2012-09-06 07:37:50 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-09-06 07:37:50 -0600 |
| commit | 72a942dd43935d1ac0b0fc37f93f12ef0bd02330 (patch) | |
| tree | bd64e0827c78bf88766cd60c583d1789bc16950e /spec/models/tutorial_spec.rb | |
| parent | 4582b91e85aa962e586e92983ee3971a67d52aab (diff) | |
add tutorial scaffold.
Diffstat (limited to 'spec/models/tutorial_spec.rb')
| -rw-r--r-- | spec/models/tutorial_spec.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/models/tutorial_spec.rb b/spec/models/tutorial_spec.rb new file mode 100644 index 00000000..896aeba6 --- /dev/null +++ b/spec/models/tutorial_spec.rb @@ -0,0 +1,5 @@ +require 'spec_helper' + +describe Tutorial do + pending "add some examples to (or delete) #{__FILE__}" +end |
