Now supports Numeric

This commit is contained in:
Gregory Eremin
2011-07-27 17:41:38 +04:00
parent f07073131b
commit 2c53b6e423
16 changed files with 308 additions and 29 deletions
+9
View File
@@ -0,0 +1,9 @@
Feature: something something
In order to something something
A user something something
something something something
Scenario: something something
Given inspiration
When I create a sweet new gem
Then everyone should see how awesome I am
+13
View File
@@ -0,0 +1,13 @@
require 'bundler'
begin
Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
$stderr.puts e.message
$stderr.puts "Run `bundle install` to install missing gems"
exit e.status_code
end
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib')
require 'subzero'
require 'rspec/expectations'