aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2015-07-14 10:18:57 -0500
committerPratik Naik <pratiknaik@gmail.com>2015-07-14 10:19:04 -0500
commit729f57af3d3f3461d8f2b6c8421920c71ea9b03a (patch)
tree1415b898cf4eaf9926fa888e6cf380c4310220de
parentf1b9095bdc30913a914b321c590d64068c6c1836 (diff)
downloadrails-729f57af3d3f3461d8f2b6c8421920c71ea9b03a.tar.gz
rails-729f57af3d3f3461d8f2b6c8421920c71ea9b03a.tar.bz2
rails-729f57af3d3f3461d8f2b6c8421920c71ea9b03a.zip
Update the README re: tests
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e025846b36..3437832c48 100644
--- a/README.md
+++ b/README.md
@@ -314,8 +314,8 @@ framework alongside Action Pack, Active Record, and the like once we cross the b
to beta software (which will happen once the API and missing pieces have solidified).
Finally, note that testing is a unfinished/unstarted area of this framework. The framework
-has been developed in-app up until this point. We need to find a good way to test both the framework
-itself and allow the user to test their connection and channel logic.
+has been developed in-app up until this point. We need to find a good way to allow the user to test
+their connection and channel logic.
## License