summaryrefslogtreecommitdiff
path: root/devel/ruby-rspec1/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-rspec1/DESCR')
-rw-r--r--devel/ruby-rspec1/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/ruby-rspec1/DESCR b/devel/ruby-rspec1/DESCR
new file mode 100644
index 00000000000..dd04ce416fe
--- /dev/null
+++ b/devel/ruby-rspec1/DESCR
@@ -0,0 +1,6 @@
+RSpec is a Behaviour Driven Development framework for Ruby. It provides
+two frameworks for writing and executing examples of how your Ruby
+application should behave:
+
+ * a Story Framework for describing behaviour at the application level
+ * a Spec Framework for describing behaviour at the object level