summaryrefslogtreecommitdiff
path: root/spec/mspec/spec
diff options
context:
space:
mode:
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')