summaryrefslogtreecommitdiff
path: root/spec/mspec/spec
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 12:05:36 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-07 12:05:36 +0000
commit6bc742bc6d0dc6b1777d28484f4694af846bfb79 (patch)
treeff2f7c7a38e310905a48b31d72fb0e1f48466012 /spec/mspec/spec
parent95e8c48dd3348503a8c7db5d0498894a1b676395 (diff)
* remove trailing spaces, append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/mspec/spec')
-rw-r--r--spec/mspec/spec/commands/fixtures/level2/three_spec.rb1
-rw-r--r--spec/mspec/spec/commands/fixtures/one_spec.rb1
-rw-r--r--spec/mspec/spec/commands/fixtures/three.rb1
-rw-r--r--spec/mspec/spec/commands/fixtures/two_spec.rb1
-rw-r--r--spec/mspec/spec/runner/formatters/unit_spec.rb2
-rw-r--r--spec/mspec/spec/utils/deprecate_spec.rb2
6 files changed, 6 insertions, 2 deletions
diff --git a/spec/mspec/spec/commands/fixtures/level2/three_spec.rb b/spec/mspec/spec/commands/fixtures/level2/three_spec.rb
index e69de29bb2..8b13789179 100644
--- a/spec/mspec/spec/commands/fixtures/level2/three_spec.rb
+++ b/spec/mspec/spec/commands/fixtures/level2/three_spec.rb
@@ -0,0 +1 @@
+
diff --git a/spec/mspec/spec/commands/fixtures/one_spec.rb b/spec/mspec/spec/commands/fixtures/one_spec.rb
index e69de29bb2..8b13789179 100644
--- a/spec/mspec/spec/commands/fixtures/one_spec.rb
+++ b/spec/mspec/spec/commands/fixtures/one_spec.rb
@@ -0,0 +1 @@
+
diff --git a/spec/mspec/spec/commands/fixtures/three.rb b/spec/mspec/spec/commands/fixtures/three.rb
index e69de29bb2..8b13789179 100644
--- a/spec/mspec/spec/commands/fixtures/three.rb
+++ b/spec/mspec/spec/commands/fixtures/three.rb
@@ -0,0 +1 @@
+
diff --git a/spec/mspec/spec/commands/fixtures/two_spec.rb b/spec/mspec/spec/commands/fixtures/two_spec.rb
index e69de29bb2..8b13789179 100644
--- a/spec/mspec/spec/commands/fixtures/two_spec.rb
+++ b/spec/mspec/spec/commands/fixtures/two_spec.rb
@@ -0,0 +1 @@
+
diff --git a/spec/mspec/spec/runner/formatters/unit_spec.rb b/spec/mspec/spec/runner/formatters/unit_spec.rb
index c8ba406f51..18167a32b8 100644
--- a/spec/mspec/spec/runner/formatters/unit_spec.rb
+++ b/spec/mspec/spec/runner/formatters/unit_spec.rb
@@ -65,7 +65,7 @@ Finished in 2.0 seconds
1)
describe it ERROR
-Exception: broken:
+Exception: broken:
path/to/some/file.rb:35:in method
1 example, 0 failures
diff --git a/spec/mspec/spec/utils/deprecate_spec.rb b/spec/mspec/spec/utils/deprecate_spec.rb
index 14e05c6f35..7fa60df26a 100644
--- a/spec/mspec/spec/utils/deprecate_spec.rb
+++ b/spec/mspec/spec/utils/deprecate_spec.rb
@@ -9,7 +9,7 @@ describe MSpec, "#deprecate" do
warning.should start_with(<<-EOS.chomp)
some_method is deprecated, use other_method instead.
-from
+from
EOS
warning.should include(__FILE__)
warning.should include('8')